Package org.mule.soap.internal.client
Class SoapMtomCxfClient
java.lang.Object
org.mule.soap.internal.client.AbstractSoapCxfClient
org.mule.soap.internal.client.SoapMtomCxfClient
- All Implemented Interfaces:
SoapClient
a
SoapClient implementation based on CXF for MTOM web services.- Since:
- 1.0
-
Field Summary
Fields inherited from class org.mule.soap.internal.client.AbstractSoapCxfClient
MESSAGE_DISPATCHER, MULE_ATTACHMENTS_KEY, MULE_ENABLE_NAMESPACES, MULE_HEADERS_KEY, MULE_SOAP_ACTION, MULE_SOAP_OPERATION_STYLE, MULE_TRANSPORT_ADDITIONAL_DATA_KEY, MULE_TRANSPORT_HEADERS_KEY, MULE_WSC_ADDRESS -
Method Summary
Methods inherited from class org.mule.soap.internal.client.AbstractSoapCxfClient
consume, createSequence, destroy, parseResponse, terminateSequence
-
Method Details
-
buildCxfAttachments
protected Map<String,org.apache.cxf.message.Attachment> buildCxfAttachments(Map<String, SoapAttachment> attachments) - Specified by:
buildCxfAttachmentsin classAbstractSoapCxfClient
-