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.monitor   
com.eviware.soapui.impl.wsdl.submit Submit-specific interfaces 
com.eviware.soapui.impl.wsdl.submit.transports.http.support.attachments   
com.eviware.soapui.impl.wsdl.support.soap SOAP-related interfaces and classes 
com.eviware.soapui.impl.wsdl.support.wsa   
com.eviware.soapui.impl.wsdl.support.wsdl WSDL-related interfaces and classes 
com.eviware.soapui.impl.wsdl.teststeps WsdlTestStep implementations 
 

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 WsdlMockResponse.getSoapVersion()
           
 SoapVersion WsdlMockRequest.getSoapVersion()
           
 

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

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

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

Methods in com.eviware.soapui.impl.wsdl.submit that return SoapVersion
 SoapVersion WsdlMessageExchange.getSoapVersion()
           
 SoapVersion AbstractWsdlMessageExchange.getSoapVersion()
           
 

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

Methods in com.eviware.soapui.impl.wsdl.submit.transports.http.support.attachments 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
static SoapVersion SoapUtils.deduceSoapVersion(java.lang.String requestContentType, java.lang.String requestContent)
           
static SoapVersion SoapUtils.deduceSoapVersion(java.lang.String contentType, org.apache.xmlbeans.XmlObject xmlObject)
          Init soapversion from content-type header..
 SoapVersion SoapMessageBuilder.getSoapVersion()
           
static SoapVersion SoapVersion.Utils.getSoapVersionForContentType(java.lang.String contentType, SoapVersion def)
           
 

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)
           
static WsdlOperation SoapUtils.findOperationForRequest(SoapVersion soapVersion, java.lang.String soapAction, org.apache.xmlbeans.XmlObject requestContent, java.util.List<WsdlOperation> operations, boolean requireSoapVersionMatch, boolean requireSoapActionMatch)
           
static WsdlOperation SoapUtils.findOperationForResponse(SoapVersion soapVersion, java.lang.String soapAction, org.apache.xmlbeans.XmlObject responseContent, java.util.List<WsdlOperation> operations, boolean requireSoapVersionMatch, boolean requireSoapActionMatch)
           
static org.apache.xmlbeans.XmlObject SoapUtils.getBodyElement(org.apache.xmlbeans.XmlObject messageObject, SoapVersion soapVersion)
           
static org.apache.xmlbeans.XmlObject SoapUtils.getContentElement(org.apache.xmlbeans.XmlObject messageObject, SoapVersion soapVersion)
           
static org.apache.xmlbeans.XmlObject SoapUtils.getHeaderElement(org.apache.xmlbeans.XmlObject messageObject, SoapVersion soapVersion, boolean create)
           
static java.lang.String SoapUtils.getSoapAction(SoapVersion soapVersion, StringToStringMap headers)
           
static SoapVersion SoapVersion.Utils.getSoapVersionForContentType(java.lang.String contentType, SoapVersion def)
           
static boolean SoapUtils.isSoapFault(java.lang.String responseContent, SoapVersion soapVersion)
           
static java.lang.String SoapUtils.removeEmptySoapHeaders(java.lang.String content, SoapVersion soapVersion)
           
 

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

Methods in com.eviware.soapui.impl.wsdl.support.wsa with parameters of type SoapVersion
static java.lang.String WsaValidator.getWsaVersion(org.apache.xmlbeans.XmlObject contentObject, SoapVersion soapVersion)
           
 

Constructors in com.eviware.soapui.impl.wsdl.support.wsa with parameters of type SoapVersion
WsaUtils(java.lang.String content, SoapVersion soapVersion, WsdlOperation operation, PropertyExpansionContext context)
           
 

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
static java.lang.String WsdlUtils.findSoapFaultPartName(SoapVersion soapVersion, javax.wsdl.BindingOperation bindingOperation, java.lang.String message)
           
 

Constructors in com.eviware.soapui.impl.wsdl.support.wsdl with parameters of type SoapVersion
WsdlContext(java.lang.String wsdlUrl, SoapVersion soapVersion)
           
 

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

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



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