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 |
MULE_ATTACHMENTS_KEY |
static String |
MULE_HEADERS_KEY |
static String |
MULE_SOAP_ACTION |
static String |
MULE_TRANSPORT_HEADERS_KEY |
static String |
MULE_WSC_ADDRESS |
static String |
WSC_DISPATCHER |
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.soap.api.message.SoapResponse |
consume(org.mule.runtime.soap.api.message.SoapRequest request)
Consumes an operation from a SOAP Web Service.
|
org.mule.runtime.soap.api.client.metadata.SoapMetadataResolver |
getMetadataResolver() |
void |
start() |
void |
stop() |
String |
toString() |
public static final String WSC_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 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.message.SoapResponse consume(org.mule.runtime.soap.api.message.SoapRequest request)
throws org.mule.runtime.soap.api.exception.SoapFaultException
consume in interface org.mule.runtime.soap.api.client.SoapClientorg.mule.runtime.soap.api.exception.SoapFaultExceptionpublic org.mule.runtime.soap.api.client.metadata.SoapMetadataResolver getMetadataResolver()
getMetadataResolver in interface org.mule.runtime.soap.api.client.SoapClientCopyright © 2003–2017 MuleSoft, Inc.. All rights reserved.