Apache CXF API

Uses of Class
org.apache.cxf.phase.AbstractPhaseInterceptor

Packages that use AbstractPhaseInterceptor
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.interceptor.security   
org.apache.cxf.interceptor.transform   
org.apache.cxf.jaxrs.interceptor   
org.apache.cxf.jaxrs.provider.jsonp   
org.apache.cxf.transport.common.gzip   
org.apache.cxf.transport.https   
 

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
 

Subclasses of AbstractPhaseInterceptor in org.apache.cxf.interceptor
 class AbstractEndpointSelectionInterceptor
           
 class AbstractInDatabindingInterceptor
           
 class AbstractLoggingInterceptor
          A simple logging handler which outputs the bytes of the message to the Logger.
 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 OneWayProcessorInterceptor
           
 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 StaxOutEndingInterceptor
           
 class StaxOutInterceptor
          Creates an XMLStreamReader from the InputStream on the Message.
 class URIMappingInterceptor
           
 class WrappedInInterceptor
           
 class WrappedOutInterceptor
           
 class WrappedOutInterceptor.WrappedOutEndingInterceptor
           
 

Uses of AbstractPhaseInterceptor in org.apache.cxf.interceptor.security
 

Subclasses of AbstractPhaseInterceptor in org.apache.cxf.interceptor.security
 class AbstractAuthorizingInInterceptor
           
 class AbstractSecurityContextInInterceptor
           
 class AbstractUsernameTokenInInterceptor
           
 class DepthRestrictingStreamInterceptor
          Creates an XMLStreamReader from the InputStream on the Message.
 class JAASLoginInterceptor
           
 class SecureAnnotationsInterceptor
           
 class SimpleAuthorizingInterceptor
           
 

Uses of AbstractPhaseInterceptor in org.apache.cxf.interceptor.transform
 

Subclasses of AbstractPhaseInterceptor in org.apache.cxf.interceptor.transform
 class TransformInInterceptor
          Creates an XMLStreamReader from the InputStream on the Message.
 class TransformOutInterceptor
          Creates an XMLStreamReader from the InputStream on the Message.
 

Uses of AbstractPhaseInterceptor in org.apache.cxf.jaxrs.interceptor
 

Subclasses of AbstractPhaseInterceptor in org.apache.cxf.jaxrs.interceptor
 class AttachmentInputInterceptor
           
 class AttachmentOutputInterceptor
           
 class JAXRSInInterceptor
           
 class JAXRSOutInterceptor
           
 

Uses of AbstractPhaseInterceptor in org.apache.cxf.jaxrs.provider.jsonp
 

Subclasses of AbstractPhaseInterceptor in org.apache.cxf.jaxrs.provider.jsonp
 class AbstractJsonpOutInterceptor
           
 class JsonpInInterceptor
          Sets a callback key in the message exchange for HTTP requests containing the '_jsonp' parameter in the querystring.
 class JsonpPostStreamInterceptor
          Appends the jsonp callback to json responses when the '_jsonp' parameter has been set in the querystring.
 class JsonpPreStreamInterceptor
          Appends the jsonp callback to json responses when the '_jsonp' parameter has been set in the querystring.
 

Uses of AbstractPhaseInterceptor in org.apache.cxf.transport.common.gzip
 

Subclasses of AbstractPhaseInterceptor in org.apache.cxf.transport.common.gzip
 class GZIPInInterceptor
          CXF interceptor that uncompresses those incoming messages that have "gzip" content-encoding.
 class GZIPOutInterceptor
          CXF interceptor that compresses outgoing messages using gzip and sets the HTTP Content-Encoding header appropriately.
 

Uses of AbstractPhaseInterceptor in org.apache.cxf.transport.https
 

Subclasses of AbstractPhaseInterceptor in org.apache.cxf.transport.https
 class CertConstraintsInterceptor
          An interceptor that enforces certificate constraints logic at the TLS layer.
 


Apache CXF API

Apache CXF