Package org.mule.soap.internal.interceptor
package org.mule.soap.internal.interceptor
-
ClassesClassDescriptionCXF interceptor that uses a custom
TransportDispatcher, specified in theSoapWebServiceConfigurationto send a SOAP message and inject the obtained response into the CXF in (response) interceptors lifecycle.CXF interceptor that throws a fault in case the message contains an error because a sequence hasn't been stored or updated in the RM Store.CXF out interceptor that collects the received Mtom SOAP attachments in the response, transforms it to message parts and stores them in the response messageExchangeso then can be returned by theAbstractSoapCxfClient.consume(SoapRequest, TransportDispatcher)as aSoapAttachment, if no attachments are returned an empty map is set.CXF out interceptor that collects the received SOAP headers in the response, transforms it and stores them in the response messageExchangeso then can be returned in aSoapResponse.CXF interceptor that adds the SOAP action to the outgoing request message.CXF interceptor that replaces the original XMLStreamReader with another one which closes the underlyingInputStreamthat carried the request.CreatesTransportRequestinstances given aMessage.