public class SoapCxfClient extends Object implements org.mule.runtime.soap.api.client.SoapClient
SoapClient implementation based on CXF.| Modifier and Type | Field and Description |
|---|---|
static String |
MESSAGE_DISPATCHER |
static String |
MULE_ATTACHMENTS_KEY |
static String |
MULE_HEADERS_KEY |
static String |
MULE_SOAP_ACTION |
static String |
MULE_SOAP_OPERATION_STYLE |
static String |
MULE_TRANSPORT_HEADERS_KEY |
static String |
MULE_WSC_ADDRESS |
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.soap.api.message.SoapResponse |
consume(org.mule.runtime.soap.api.message.SoapRequest request) |
org.mule.runtime.soap.api.message.SoapResponse |
consume(org.mule.runtime.soap.api.message.SoapRequest request,
org.mule.runtime.extension.api.soap.message.MessageDispatcher dispatcher) |
org.mule.runtime.soap.api.client.metadata.SoapMetadataResolver |
getMetadataResolver() |
void |
start() |
void |
stop() |
String |
toString() |
public static final String MESSAGE_DISPATCHER
public static final String MULE_ATTACHMENTS_KEY
public static final String MULE_WSC_ADDRESS
public static final String MULE_HEADERS_KEY
public static final String MULE_TRANSPORT_HEADERS_KEY
public static final String MULE_SOAP_ACTION
public static final String MULE_SOAP_OPERATION_STYLE
public org.mule.runtime.soap.api.message.SoapResponse consume(org.mule.runtime.soap.api.message.SoapRequest request)
consume in interface org.mule.runtime.soap.api.client.SoapClientpublic org.mule.runtime.soap.api.message.SoapResponse consume(org.mule.runtime.soap.api.message.SoapRequest request,
org.mule.runtime.extension.api.soap.message.MessageDispatcher dispatcher)
consume in interface org.mule.runtime.soap.api.client.SoapClientpublic void stop()
throws org.mule.runtime.api.exception.MuleException
stop in interface org.mule.runtime.api.lifecycle.Stoppableorg.mule.runtime.api.exception.MuleExceptionpublic void start()
throws org.mule.runtime.api.exception.MuleException
start in interface org.mule.runtime.api.lifecycle.Startableorg.mule.runtime.api.exception.MuleExceptionpublic org.mule.runtime.soap.api.client.metadata.SoapMetadataResolver getMetadataResolver()
getMetadataResolver in interface org.mule.runtime.soap.api.client.SoapClientCopyright © 2003–2018 MuleSoft, Inc.. All rights reserved.