Package | Description |
---|---|
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.support.wsmc | |
com.eviware.soapui.impl.wsdl.support.wsrm | |
com.eviware.soapui.impl.wsdl.teststeps |
WsdlTestStep implementations
|
Modifier and Type | Method and Description |
---|---|
SoapVersion |
WsdlInterface.getSoapVersion() |
Modifier and Type | Method and Description |
---|---|
void |
WsdlInterface.setSoapVersion(SoapVersion version) |
Modifier and Type | Method and Description |
---|---|
SoapVersion |
WsdlMockResponse.getSoapVersion() |
SoapVersion |
WsdlMockRequest.getSoapVersion() |
Modifier and Type | Method and Description |
---|---|
SoapVersion |
TcpMonWsdlMonitorMessageExchange.getSoapVersion() |
Modifier and Type | Method and Description |
---|---|
SoapVersion |
WsdlMessageExchange.getSoapVersion() |
SoapVersion |
AbstractWsdlMessageExchange.getSoapVersion() |
Modifier and Type | Method and Description |
---|---|
static String |
AttachmentUtils.buildMTOMContentType(String header,
String action,
SoapVersion soapVersion) |
static String |
AttachmentUtils.buildRootPartContentType(String action,
SoapVersion soapVersion) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSoapVersion
Common behaviour for all SOAP Versions
|
class |
SoapVersion11
SoapVersion for SOAP 1.1
|
class |
SoapVersion12
SoapVersion for SOAP 1.2
|
Modifier and Type | Method and Description |
---|---|
static SoapVersion |
SoapUtils.deduceSoapVersion(String requestContentType,
String requestContent) |
static SoapVersion |
SoapUtils.deduceSoapVersion(String contentType,
org.apache.xmlbeans.XmlObject xmlObject)
Init soapversion from content-type header..
|
SoapVersion |
SoapMessageBuilder.getSoapVersion() |
static SoapVersion |
SoapVersion.Utils.getSoapVersionForContentType(String contentType,
SoapVersion def) |
Modifier and Type | Method and Description |
---|---|
static String |
SoapMessageBuilder.buildEmptyFault(SoapVersion soapVersion) |
static String |
SoapMessageBuilder.buildEmptyMessage(SoapVersion soapVersion) |
static String |
SoapMessageBuilder.buildFault(String faultcode,
String faultstring,
SoapVersion soapVersion) |
static WsdlOperation |
SoapUtils.findOperationForRequest(SoapVersion soapVersion,
String soapAction,
org.apache.xmlbeans.XmlObject requestContent,
List<WsdlOperation> operations,
boolean requireSoapVersionMatch,
boolean requireSoapActionMatch,
Attachment[] attachments) |
static WsdlOperation |
SoapUtils.findOperationForResponse(SoapVersion soapVersion,
String soapAction,
org.apache.xmlbeans.XmlObject responseContent,
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 String |
SoapUtils.getSoapAction(SoapVersion soapVersion,
StringToStringsMap headers) |
static SoapVersion |
SoapVersion.Utils.getSoapVersionForContentType(String contentType,
SoapVersion def) |
static boolean |
SoapUtils.isSoapFault(String responseContent,
SoapVersion soapVersion) |
static String |
SoapUtils.removeEmptySoapHeaders(String content,
SoapVersion soapVersion) |
static String |
SoapUtils.transferSoapHeaders(String requestContent,
String newRequest,
SoapVersion soapVersion) |
Modifier and Type | Method and Description |
---|---|
static String |
WsaValidator.getWsaVersion(org.apache.xmlbeans.XmlObject contentObject,
SoapVersion soapVersion) |
Constructor and Description |
---|
WsaUtils(String content,
SoapVersion soapVersion,
WsdlOperation operation,
PropertyExpansionContext context) |
Modifier and Type | Method and Description |
---|---|
SoapVersion |
WsdlContext.getSoapVersion() |
Modifier and Type | Method and Description |
---|---|
static String |
WsdlUtils.findSoapFaultPartName(SoapVersion soapVersion,
javax.wsdl.BindingOperation bindingOperation,
String message) |
Constructor and Description |
---|
WsdlContext(String wsdlUrl,
SoapVersion soapVersion) |
Modifier and Type | Method and Description |
---|---|
void |
WsmcUtils.sendMakeConnectionRequest(String endpoint,
SoapVersion soapVersion,
WsdlOperation operation,
String uuid) |
Constructor and Description |
---|
WsmcInjection(String endpoint,
WsdlOperation operation,
SoapVersion soapVersion,
String uuid) |
Modifier and Type | Method and Description |
---|---|
SoapVersion |
WsrmSequence.getSoapVersion() |
Modifier and Type | Method and Description |
---|---|
void |
WsrmUtils.closeSequence(String endpoint,
SoapVersion soapVersion,
String wsrmNamespace,
String uuid,
String identifier,
long lastMsgNum,
WsdlOperation operation) |
WsrmSequence |
WsrmUtils.createSequence(String endpoint,
SoapVersion soapVersion,
String wsrmNamespace,
String ackTo,
Long expires,
WsdlOperation operation,
String wsaTo,
String offerEndpoint) |
void |
WsrmUtils.getAcks(String endpoint,
SoapVersion soapVersion,
String wsrmNamespace,
String uuid,
String identifier,
WsdlOperation operation) |
void |
WsrmSequence.setSoapVersion(SoapVersion soapVersion) |
Constructor and Description |
---|
WsrmSequence(String identifier,
String uuid,
SoapVersion soapVersion,
String namespace,
WsdlOperation operation) |
WsrmUtils(SoapVersion soapVersion) |
WsrmUtils(String content,
SoapVersion soapVersion) |
Modifier and Type | Method and Description |
---|---|
SoapVersion |
WsdlTestRequestStepResult.getSoapVersion() |
Copyright © 2019. All Rights Reserved.