Uses of Interface
com.eviware.soapui.impl.wsdl.support.soap.SoapVersion

Packages that use SoapVersion
com.eviware.soapui.impl.wsdl WSDL 1.1 implementations of soapui model interface 
com.eviware.soapui.impl.wsdl.mock   
com.eviware.soapui.impl.wsdl.submit.transports.http RequestTransport implementations 
com.eviware.soapui.impl.wsdl.support.soap   
com.eviware.soapui.impl.wsdl.support.wsdl   
com.eviware.soapui.impl.wsdl.support.xsd   
 

Uses of SoapVersion in com.eviware.soapui.impl.wsdl
 

Methods in com.eviware.soapui.impl.wsdl that return SoapVersion
 SoapVersion WsdlInterface.getSoapVersion()
           
 

Methods in com.eviware.soapui.impl.wsdl with parameters of type SoapVersion
 void WsdlInterface.setSoapVersion(SoapVersion version)
           
 

Uses of SoapVersion in com.eviware.soapui.impl.wsdl.mock
 

Methods in com.eviware.soapui.impl.wsdl.mock that return SoapVersion
 SoapVersion WsdlMockRequest.getSoapVersion()
           
 

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

Methods in com.eviware.soapui.impl.wsdl.submit.transports.http with parameters of type SoapVersion
static java.lang.String AttachmentUtils.buildMTOMContentType(java.lang.String header, java.lang.String action, SoapVersion soapVersion)
           
static java.lang.String AttachmentUtils.buildRootPartContentType(java.lang.String action, SoapVersion soapVersion)
           
 

Uses of SoapVersion in com.eviware.soapui.impl.wsdl.support.soap
 

Classes in com.eviware.soapui.impl.wsdl.support.soap that implement SoapVersion
 class AbstractSoapVersion
           
 class SoapVersion11
           
 class SoapVersion12
           
 

Uses of SoapVersion in com.eviware.soapui.impl.wsdl.support.wsdl
 

Methods in com.eviware.soapui.impl.wsdl.support.wsdl that return SoapVersion
 SoapVersion WsdlContext.getSoapVersion()
           
 

Methods in com.eviware.soapui.impl.wsdl.support.wsdl with parameters of type SoapVersion
 void WsdlContext.setSoapVersion(SoapVersion soapVersion)
           
 

Constructors in com.eviware.soapui.impl.wsdl.support.wsdl with parameters of type SoapVersion
WsdlContext(java.lang.String url, SoapVersion soapVersion, com.eviware.soapui.config.DefinitionCacheConfig cache, WsdlInterface iface)
           
 

Uses of SoapVersion in com.eviware.soapui.impl.wsdl.support.xsd
 

Methods in com.eviware.soapui.impl.wsdl.support.xsd with parameters of type SoapVersion
static org.apache.xmlbeans.SchemaTypeLoader SchemaUtils.buildSchemaTypes(java.util.List<org.apache.xmlbeans.XmlObject> schemas, SoapVersion soapVersion)
           
static org.apache.xmlbeans.SchemaTypeLoader SchemaUtils.loadSchemaTypes(java.lang.String wsdlUrl, SoapVersion soapVersion, WsdlLoader loader)
           
 



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