| 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. |
| NamespaceRestorerStaxInterceptor |
CXF interceptor that makes use of a
NamespaceRestorerXMLStreamReader to allow the first
element of the body to carry all the namespaces from the parent nodes. |
| NamespaceRestorerXMLStreamReader |
XMLStreamReader decorator that restores XML Namespace declarations, by default, it will restore the namespaces on the
first declaration, but this can be overridden
|
| NamespaceSaverStaxInterceptor |
CXF interceptor that wraps the XML Stream with a decorator that is able to restore namespace declarations for fragments in
the response message.
|
| 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) 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. |
| ScopeSaverXMLStreamReader |
XMLStreamReader decorator that saves the scope and allows the access to information about all the parent XMLEvent elements
|
| 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 © 2019. All rights reserved.