Uses of Interface
org.apache.cxf.phase.PhaseInterceptor
Packages that use PhaseInterceptor
Package
Description
Core interceptor interfaces which form the basis for message processing chains
in CXF.
An InterceptorChain implementation which uses the concept of
Phases to order message chains.
-
Uses of PhaseInterceptor in org.apache.cxf.databinding.stax
Classes in org.apache.cxf.databinding.stax that implement PhaseInterceptor -
Uses of PhaseInterceptor in org.apache.cxf.feature.transform
Classes in org.apache.cxf.feature.transform that implement PhaseInterceptorModifier and TypeClassDescriptionclass
Creates an XMLStreamReader from the InputStream on the Message.class
Class provides XSLT transformation of incoming message.class
Class provides XSLT transformation of outgoing message. -
Uses of PhaseInterceptor in org.apache.cxf.interceptor
Classes in org.apache.cxf.interceptor that implement PhaseInterceptorModifier and TypeClassDescriptionclass
class
Deprecated.class
class
class
class
class
Takes a Fault and converts it to a local exception type if possible.class
class
Creates an XMLStreamReader from the InputStream on the Message.class
Creates an XMLStreamReader from the InputStream on the Message.class
Deprecated.use the logging module rt/features/logging insteadclass
Deprecated.use the logging module rt/features/logging insteadclass
Takes the Conduit from the exchange and sends the message through it.static class
class
class
class
Invokes a Binding's invoker with theINVOCATION_INPUT
from the Exchange.class
class
Creates an XMLStreamReader from the InputStream on the Message.class
class
Creates an XMLStreamWriter from the OutputStream on the Message. -
Uses of PhaseInterceptor in org.apache.cxf.interceptor.security
Classes in org.apache.cxf.interceptor.security that implement PhaseInterceptorModifier and TypeClassDescriptionclass
class
class
class
class
Creates an XMLStreamReader from the InputStream on the Message.class
class
class
class
-
Uses of PhaseInterceptor in org.apache.cxf.interceptor.transform
Classes in org.apache.cxf.interceptor.transform that implement PhaseInterceptorModifier and TypeClassDescriptionclass
Creates an XMLStreamReader from the InputStream on the Message.class
Creates an XMLStreamReader from the InputStream on the Message. -
Uses of PhaseInterceptor in org.apache.cxf.phase
Classes in org.apache.cxf.phase that implement PhaseInterceptorModifier and TypeClassDescriptionclass
AbstractPhaseInterceptor<T extends Message>
Provides a starting point implementation for a interceptors that participate in phased message processing.Methods in org.apache.cxf.phase that return types with arguments of type PhaseInterceptorModifier and TypeMethodDescriptionCollection<PhaseInterceptor<? extends Message>>
AbstractPhaseInterceptor.getAdditionalInterceptors()
Collection<PhaseInterceptor<? extends Message>>
PhaseInterceptor.getAdditionalInterceptors()
Returns a collection of Interceptors that should be added to the chain whenever this interceptor is added. -
Uses of PhaseInterceptor in org.apache.cxf.staxutils.validation
Classes in org.apache.cxf.staxutils.validation that implement PhaseInterceptorModifier and TypeClassDescriptionclass
class
-
Uses of PhaseInterceptor in org.apache.cxf.transport.common.gzip
Classes in org.apache.cxf.transport.common.gzip that implement PhaseInterceptorModifier and TypeClassDescriptionclass
CXF interceptor that uncompresses those incoming messages that have "gzip" content-encoding.class
CXF interceptor that compresses outgoing messages using gzip and sets the HTTP Content-Encoding header appropriately. -
Uses of PhaseInterceptor in org.apache.cxf.validation
Classes in org.apache.cxf.validation that implement PhaseInterceptorModifier and TypeClassDescriptionclass
class
class
class
class
-
Uses of PhaseInterceptor in org.apache.cxf.ws.addressing
Classes in org.apache.cxf.ws.addressing that implement PhaseInterceptorModifier and TypeClassDescriptionclass
Logical Handler responsible for aggregating the Message Addressing Properties for outgoing messages.Methods in org.apache.cxf.ws.addressing that return types with arguments of type PhaseInterceptorModifier and TypeMethodDescriptionCollection<PhaseInterceptor<? extends Message>>
MAPAggregator.getAdditionalInterceptors()