| Class | Description |
|---|---|
| MessageDispatcherInterceptor |
CXF interceptor that uses a custom
TransportDispatcher, specified in the SoapWebServiceConfiguration to send a
SOAP message and inject the obtained response into the CXF in (response) interceptors lifecycle. |
| MuleRMCaptureOutInterceptor |
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.
|
| OutputMtomSoapAttachmentsInterceptor |
CXF out interceptor that collects the received Mtom SOAP attachments in the response, transforms it to message parts and stores
them in the response message
Exchange so then can be returned by the
AbstractSoapCxfClient.consume(SoapRequest, TransportDispatcher) as a SoapAttachment, if no attachments are
returned an empty map is set. |
| OutputSoapHeadersInterceptor |
CXF out interceptor that collects the received SOAP headers in the response, transforms it and stores them in the response
message
Exchange so then can be returned in a SoapResponse. |
| SkipAddressingInInterceptor | |
| SkipAddressingOutInterceptor | |
| SkipReliableMessagingInInterceptor | |
| SkipReliableMessagingOutInterceptor | |
| SoapActionInterceptor |
CXF interceptor that adds the SOAP action to the outgoing request message.
|
| StreamClosingInterceptor |
CXF interceptor that replaces the original XMLStreamReader with another one which closes the underlying
InputStream
that carried the request. |
| TransportRequestFactory |
Creates
TransportRequest instances given a Message. |
Copyright © 2024. All rights reserved.