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.support.attachments   
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 HttpAttachmentPart.getAttachmentType()
           
 

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

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

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

Methods in com.eviware.soapui.impl.wsdl.submit.transports.http.support.attachments with parameters of type Attachment.AttachmentType
 void BodyPartAttachment.setAttachmentType(Attachment.AttachmentType attachmentType)
           
 

Constructors in com.eviware.soapui.impl.wsdl.submit.transports.http.support.attachments with parameters of type Attachment.AttachmentType
BodyPartAttachment(javax.mail.BodyPart bodyPart, AbstractHttpOperation operation, boolean isRequest, Attachment.AttachmentType attachmentType)
           
 

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 are declared.
 



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