| Package | Description |
|---|---|
| org.apache.cxf.binding.soap.interceptor | |
| org.apache.cxf.binding.soap.jms.interceptor | |
| org.apache.cxf.binding.soap.saaj |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSoapInterceptor |
class |
CheckFaultInterceptor |
class |
MustUnderstandInterceptor |
static class |
MustUnderstandInterceptor.MustUnderstandEndingInterceptor |
class |
ReadHeadersInterceptor |
static class |
ReadHeadersInterceptor.CheckClosingTagsInterceptor |
class |
Soap11FaultInInterceptor |
class |
Soap11FaultOutInterceptor |
class |
Soap12FaultInInterceptor |
class |
Soap12FaultOutInterceptor |
class |
SoapActionInInterceptor |
static class |
SoapActionInInterceptor.SoapActionInAttemptTwoInterceptor |
class |
SoapHeaderOutFilterInterceptor |
class |
SoapOutInterceptor |
class |
SoapOutInterceptor.SoapOutEndingInterceptor |
class |
SoapPreProtocolOutInterceptor
This interceptor is responsible for setting up the SOAP version
and header, so that this is available to any pre-protocol interceptors
that require these to be available.
|
class |
StartBodyInterceptor |
| Modifier and Type | Class and Description |
|---|---|
class |
SoapJMSInInterceptor |
| Modifier and Type | Class and Description |
|---|---|
class |
SAAJInInterceptor
Builds a SAAJ tree from the Document fragment inside the message which contains
the SOAP headers and from the XMLStreamReader.
|
static class |
SAAJInInterceptor.SAAJPreInInterceptor
This class sets up the Document in the Message so that the ReadHeadersInterceptor
can read directly into the SAAJ document instead of creating a new DOM
that we would need to copy into the SAAJ later.
|
class |
SAAJOutInterceptor
Sets up the outgoing chain to build a SAAJ tree instead of writing
directly to the output stream.
|
static class |
SAAJOutInterceptor.SAAJOutEndingInterceptor |
Apache CXF