DisablePayloadCollectingDeactivationInterceptor |
|
InNamespaceMergeInterceptor |
CXF interceptor which inserts XML namespace declarations from incoming
SOAP Envelope and SOAP Body elements into the String payload.
|
InPayloadExtractorInterceptor |
CXF interceptor that saves String payload of the incoming SOAP message
body into the CXF message.
|
InPayloadInjectorInterceptor |
CXF interceptor which inserts data of String content type
(it is supposed to be the XML payload of the incoming message)
into the list of an operation's parameters or response values.
|
InPayloadLoggerInterceptor |
CXF interceptor which stores incoming HTTP payload
into files with user-defined name patterns.
|
OutPayloadExtractorInterceptor |
CXF interceptor that reads outgoing payload collected by the output
stream proxy installed in OutStreamSubstituteInterceptor
and stores it in the message as String content type.
|
OutPayloadLoggerInterceptor |
CXF interceptor which stores outgoing HTTP payload
into files with user-defined name patterns.
|
OutStreamSubstituteInterceptor |
CXF interceptor that substitutes message output stream
with a special wrapper that collects SOAP payload.
|
StringPayloadHolder |
Holder for various types of String message payloads.
|
WrappedOutputStream |
An implementation of output stream which serves as a proxy for another output
stream instance and collects the data pieces to be written in a string buffer
(these pieces are XML and/or MIME artifacts).
|
WsPayloadLoggerBase |
Base class for CXF interceptors which store incoming and outgoing HTTP payload
into files with user-defined name patterns.
|