|
Apache CXF API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractPhaseInterceptor | |
|---|---|
| org.apache.cxf.binding.soap.interceptor | |
| org.apache.cxf.binding.soap.saaj | |
| org.apache.cxf.binding.xml.interceptor | |
| org.apache.cxf.databinding.stax | |
| org.apache.cxf.interceptor | Core interceptor interfaces which form the basis for message processing chains in CXF. |
| org.apache.cxf.jaxrs.interceptor | |
| org.apache.cxf.transport.http.gzip | |
| Uses of AbstractPhaseInterceptor in org.apache.cxf.binding.soap.interceptor |
|---|
| Subclasses of AbstractPhaseInterceptor in org.apache.cxf.binding.soap.interceptor | |
|---|---|
class |
AbstractSoapInterceptor
|
class |
CheckFaultInterceptor
|
class |
EndpointSelectionInterceptor
Selects the most appropriate endpoint based on the SOAP version used. |
class |
MustUnderstandInterceptor
|
class |
ReadHeadersInterceptor
|
class |
RPCInInterceptor
|
class |
RPCOutInterceptor
|
class |
Soap11FaultInInterceptor
|
class |
Soap11FaultOutInterceptor
|
class |
Soap12FaultInInterceptor
|
class |
Soap12FaultOutInterceptor
|
class |
SoapActionInInterceptor
|
class |
SoapActionOutInterceptor
Deprecated. |
class |
SoapHeaderInterceptor
Perform databinding of the SOAP headers. |
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. |
| Uses of AbstractPhaseInterceptor in org.apache.cxf.binding.soap.saaj |
|---|
| Subclasses of AbstractPhaseInterceptor in org.apache.cxf.binding.soap.saaj | |
|---|---|
class |
SAAJInInterceptor
Builds a SAAJ tree from the Document fragment inside the message which contains the SOAP headers and from the XMLStreamReader. |
class |
SAAJOutInterceptor
Sets up the outgoing chain to build a SAAJ tree instead of writing directly to the output stream. |
class |
SAAJOutInterceptor.SAAJOutEndingInterceptor
|
| Uses of AbstractPhaseInterceptor in org.apache.cxf.binding.xml.interceptor |
|---|
| Subclasses of AbstractPhaseInterceptor in org.apache.cxf.binding.xml.interceptor | |
|---|---|
class |
XMLFaultInInterceptor
|
class |
XMLFaultOutInterceptor
|
class |
XMLMessageInInterceptor
|
class |
XMLMessageOutInterceptor
|
| Uses of AbstractPhaseInterceptor in org.apache.cxf.databinding.stax |
|---|
| Subclasses of AbstractPhaseInterceptor in org.apache.cxf.databinding.stax | |
|---|---|
class |
StaxDataBindingInterceptor
|
| Uses of AbstractPhaseInterceptor in org.apache.cxf.interceptor |
|---|
| Uses of AbstractPhaseInterceptor in org.apache.cxf.jaxrs.interceptor |
|---|
| Subclasses of AbstractPhaseInterceptor in org.apache.cxf.jaxrs.interceptor | |
|---|---|
class |
AttachmentInputInterceptor
|
class |
JAXRSInInterceptor
|
class |
JAXRSOutInterceptor
|
| Uses of AbstractPhaseInterceptor in org.apache.cxf.transport.http.gzip |
|---|
| Subclasses of AbstractPhaseInterceptor in org.apache.cxf.transport.http.gzip | |
|---|---|
class |
GZIPInInterceptor
CXF interceptor that uncompresses those incoming messages that have "gzip" content-encoding. |
class |
GZIPInInterceptor.GZIPInEndingInterceptor
Ending interceptor to restore the original input stream after processing, so as not to interfere with streaming HTTP. |
class |
GZIPOutInterceptor
CXF interceptor that compresses outgoing messages using gzip and sets the HTTP Content-Encoding header appropriately. |
|
Apache CXF API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||