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

Packages that use Attachment.AttachmentEncoding
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.AttachmentEncoding in com.eviware.soapui.impl.wsdl.submit.transports.http
 

Methods in com.eviware.soapui.impl.wsdl.submit.transports.http that return Attachment.AttachmentEncoding
static Attachment.AttachmentEncoding AttachmentUtils.getAttachmentEncoding(WsdlOperation operation, java.lang.String partName, boolean isResponse)
           
 Attachment.AttachmentEncoding BodyPartAttachment.getEncoding()
           
 

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

Methods in com.eviware.soapui.impl.wsdl.support that return Attachment.AttachmentEncoding
 Attachment.AttachmentEncoding RequestFileAttachment.getEncoding()
           
 Attachment.AttachmentEncoding MockFileAttachment.getEncoding()
           
 

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

Methods in com.eviware.soapui.model.iface that return Attachment.AttachmentEncoding
 Attachment.AttachmentEncoding Attachment.getEncoding()
           
static Attachment.AttachmentEncoding Attachment.AttachmentEncoding.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Attachment.AttachmentEncoding[] Attachment.AttachmentEncoding.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.