Uses of Class
com.eviware.soapui.model.iface.Attachment.AttachmentType

Packages that use Attachment.AttachmentType
com.eviware.soapui.impl.wsdl WSDL 1.1 implementations of soapui model interface 
com.eviware.soapui.impl.wsdl.submit.transports.http RequestTransport implementations 
com.eviware.soapui.impl.wsdl.support WSDL-related support classes 
com.eviware.soapui.model.iface Interface-related model items 
 

Uses of Attachment.AttachmentType in com.eviware.soapui.impl.wsdl
 

Methods in com.eviware.soapui.impl.wsdl that return Attachment.AttachmentType
 Attachment.AttachmentType WsdlAttachmentPart.getAttachmentType()
           
 

Methods in com.eviware.soapui.impl.wsdl with parameters of type Attachment.AttachmentType
 void WsdlAttachmentPart.setType(Attachment.AttachmentType type)
           
 

Uses of Attachment.AttachmentType in com.eviware.soapui.impl.wsdl.submit.transports.http
 

Methods in com.eviware.soapui.impl.wsdl.submit.transports.http that return Attachment.AttachmentType
 Attachment.AttachmentType BodyPartAttachment.getAttachmentType()
           
 

Uses of Attachment.AttachmentType in com.eviware.soapui.impl.wsdl.support
 

Methods in com.eviware.soapui.impl.wsdl.support that return Attachment.AttachmentType
 Attachment.AttachmentType RequestFileAttachment.getAttachmentType()
           
 Attachment.AttachmentType MockFileAttachment.getAttachmentType()
           
abstract  Attachment.AttachmentType FileAttachment.getAttachmentType()
           
 

Uses of Attachment.AttachmentType in com.eviware.soapui.model.iface
 

Methods in com.eviware.soapui.model.iface that return Attachment.AttachmentType
 Attachment.AttachmentType Attachment.getAttachmentType()
           
static Attachment.AttachmentType Attachment.AttachmentType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Attachment.AttachmentType[] Attachment.AttachmentType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 



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