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 WsdlMockService-related classes 
com.eviware.soapui.impl.wsdl.submit.transports.http RequestTransport implementations 
com.eviware.soapui.impl.wsdl.support.soap SOAP-related interfaces and classes 
com.eviware.soapui.impl.wsdl.support.wsdl WSDL-related interfaces and classes 
com.eviware.soapui.impl.wsdl.support.xsd XML-Schema-related interfaces and classes 
 

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
          Common behaviour for all SOAP Versions
 class SoapVersion11
          SoapVersion for SOAP 1.1
 class SoapVersion12
          SoapVersion for SOAP 1.2
 

Methods in com.eviware.soapui.impl.wsdl.support.soap that return SoapVersion
 SoapVersion SoapMessageBuilder.getSoapVersion()
           
static SoapVersion SoapVersion.Utils.getSoapVersionForContentType(java.lang.String contentType)
           
 

Methods in com.eviware.soapui.impl.wsdl.support.soap with parameters of type SoapVersion
static java.lang.String SoapMessageBuilder.buildEmptyFault(SoapVersion soapVersion)
           
static java.lang.String SoapMessageBuilder.buildEmptyMessage(SoapVersion soapVersion)
           
static java.lang.String SoapMessageBuilder.buildFault(java.lang.String faultcode, java.lang.String faultstring, SoapVersion soapVersion)
           
 

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.