Uses of Interface
org.apache.cxf.phase.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
-
Uses of PhaseInterceptor in org.apache.cxf.feature.transform
Modifier 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
Modifier 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
Modifier 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
Modifier 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
Modifier and TypeClassDescriptionclass
AbstractPhaseInterceptor<T extends Message>
Provides a starting point implementation for a interceptors that participate in phased message processing.Modifier 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
Modifier and TypeClassDescriptionclass
class
-
Uses of PhaseInterceptor in org.apache.cxf.transport.common.gzip
Modifier 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
Modifier and TypeClassDescriptionclass
class
class
class
class
-
Uses of PhaseInterceptor in org.apache.cxf.ws.addressing
Modifier and TypeClassDescriptionclass
Logical Handler responsible for aggregating the Message Addressing Properties for outgoing messages.Modifier and TypeMethodDescriptionCollection<PhaseInterceptor<? extends Message>>
MAPAggregator.getAdditionalInterceptors()