|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | 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 |
com.eviware.soapui.model.iface | Interface-related model items |
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 |
WsdlMonitorMessageExchange.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()
|
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,
SoapVersion def)
|
static SoapVersion |
SoapUtils.initSoapVersion(java.lang.String contentType)
Init soapversion from content-type header.. should envelope be checked and/or override? |
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<Interface> interfaces,
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 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.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)
|
Uses of SoapVersion in com.eviware.soapui.model.iface |
---|
Methods in com.eviware.soapui.model.iface that return SoapVersion | |
---|---|
SoapVersion |
Interface.getSoapVersion()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |