|
Apache CXF API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PhaseInterceptor | |
|---|---|
| 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.phase | An InterceptorChain implementation which uses the concept of Phases to order message chains. |
| org.apache.cxf.transport.http.gzip | |
| Uses of PhaseInterceptor in org.apache.cxf.binding.xml.interceptor |
|---|
| Classes in org.apache.cxf.binding.xml.interceptor that implement PhaseInterceptor | |
|---|---|
class |
XMLFaultInInterceptor
|
class |
XMLFaultOutInterceptor
|
class |
XMLMessageInInterceptor
|
class |
XMLMessageOutInterceptor
|
| Uses of PhaseInterceptor in org.apache.cxf.databinding.stax |
|---|
| Classes in org.apache.cxf.databinding.stax that implement PhaseInterceptor | |
|---|---|
class |
StaxDataBindingInterceptor
|
| Uses of PhaseInterceptor in org.apache.cxf.interceptor |
|---|
| Classes in org.apache.cxf.interceptor that implement PhaseInterceptor | |
|---|---|
class |
AbstractEndpointSelectionInterceptor
|
class |
AbstractInDatabindingInterceptor
|
class |
AbstractOutDatabindingInterceptor
|
class |
AttachmentInInterceptor
|
class |
AttachmentOutInterceptor
|
class |
AttachmentOutInterceptor.AttachmentOutEndingInterceptor
|
class |
BareInInterceptor
|
class |
BareOutInterceptor
|
class |
ClientFaultConverter
Takes a Fault and converts it to a local exception type if possible. |
class |
DocLiteralInInterceptor
|
class |
FaultOutInterceptor
|
class |
FIStaxInInterceptor
Creates an XMLStreamReader from the InputStream on the Message. |
class |
FIStaxOutInterceptor
Creates an XMLStreamReader from the InputStream on the Message. |
class |
LoggingInInterceptor
A simple logging handler which outputs the bytes of the message to the Logger. |
class |
LoggingOutInterceptor
|
class |
MessageSenderInterceptor
Takes the Conduit from the exchange and sends the message through it. |
class |
MessageSenderInterceptor.MessageSenderEndingInterceptor
|
class |
OutgoingChainInterceptor
|
class |
ServiceInvokerInterceptor
Invokes a Binding's invoker with the INVOCATION_INPUT from
the Exchange. |
class |
StaxInInterceptor
Creates an XMLStreamReader from the InputStream on the Message. |
class |
StaxOutInterceptor
Creates an XMLStreamReader from the InputStream on the Message. |
class |
StaxOutInterceptor.StaxOutEndingInterceptor
|
class |
URIMappingInterceptor
|
class |
WrappedInInterceptor
|
class |
WrappedOutInterceptor
|
class |
WrappedOutInterceptor.WrappedOutEndingInterceptor
|
| Uses of PhaseInterceptor in org.apache.cxf.jaxrs.interceptor |
|---|
| Classes in org.apache.cxf.jaxrs.interceptor that implement PhaseInterceptor | |
|---|---|
class |
JAXRSInInterceptor
|
class |
JAXRSOutInterceptor
|
| Uses of PhaseInterceptor in org.apache.cxf.phase |
|---|
| Classes in org.apache.cxf.phase that implement PhaseInterceptor | |
|---|---|
class |
AbstractPhaseInterceptor<T extends Message>
|
| Uses of PhaseInterceptor in org.apache.cxf.transport.http.gzip |
|---|
| Classes in org.apache.cxf.transport.http.gzip that implement PhaseInterceptor | |
|---|---|
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 | |||||||||