com.eviware.soapui.security.tools
Class AttachmentHolder

java.lang.Object
  extended by com.eviware.soapui.security.tools.AttachmentHolder

public class AttachmentHolder
extends java.lang.Object


Constructor Summary
AttachmentHolder()
           
 
Method Summary
 void addElement(com.eviware.soapui.config.MaliciousAttachmentConfig config)
           
 void clear()
           
 java.util.List<com.eviware.soapui.config.MaliciousAttachmentConfig> getList()
           
 void removeElement(int i)
           
 int size()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttachmentHolder

public AttachmentHolder()
Method Detail

addElement

public void addElement(com.eviware.soapui.config.MaliciousAttachmentConfig config)

removeElement

public void removeElement(int i)

size

public int size()

clear

public void clear()

getList

public java.util.List<com.eviware.soapui.config.MaliciousAttachmentConfig> getList()


Copyright © 2005-2011 eviware.com. All Rights Reserved.