|
Apache CXF API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Interceptor | |
---|---|
org.apache.cxf.interceptor | Core interceptor interfaces which form the basis for message processing chains in CXF. |
org.apache.cxf.interceptor.transform | |
org.apache.cxf.phase | An InterceptorChain implementation which uses the concept of Phases to order message chains. |
org.apache.cxf.transport | Transport related classes. |
org.apache.cxf.ws.addressing |
Uses of Interceptor in org.apache.cxf.interceptor |
---|
Classes in org.apache.cxf.interceptor that implement 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 |
StaxInEndingInterceptor
|
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 |
WrappedOutInterceptor
|
class |
WrappedOutInterceptor.WrappedOutEndingInterceptor
|
Methods in org.apache.cxf.interceptor that return types with arguments of type Interceptor | |
---|---|
List<Interceptor<? extends Message>> |
AnnotationInterceptors.getInFaultInterceptors()
|
List<Interceptor<? extends Message>> |
AbstractBasicInterceptorProvider.getInFaultInterceptors()
|
List<Interceptor<? extends Message>> |
AbstractAttributedInterceptorProvider.getInFaultInterceptors()
|
List<Interceptor<? extends Message>> |
InterceptorProvider.getInFaultInterceptors()
Returns the list of interceptors attached to the incoming fault interceptor chain of the object. |
List<Interceptor<? extends Message>> |
AnnotationInterceptors.getInInterceptors()
|
List<Interceptor<? extends Message>> |
AbstractBasicInterceptorProvider.getInInterceptors()
|
List<Interceptor<? extends Message>> |
AbstractAttributedInterceptorProvider.getInInterceptors()
|
List<Interceptor<? extends Message>> |
InterceptorProvider.getInInterceptors()
Returns the list of interceptors attached to the incoming interceptor chain of the object. |
ListIterator<Interceptor<? extends Message>> |
InterceptorChain.getIterator()
|
List<Interceptor<? extends Message>> |
AnnotationInterceptors.getOutFaultInterceptors()
|
List<Interceptor<? extends Message>> |
AbstractBasicInterceptorProvider.getOutFaultInterceptors()
|
List<Interceptor<? extends Message>> |
AbstractAttributedInterceptorProvider.getOutFaultInterceptors()
|
List<Interceptor<? extends Message>> |
InterceptorProvider.getOutFaultInterceptors()
Returns the list of interceptors attached to the outgoing fault interceptor chain of the object. |
List<Interceptor<? extends Message>> |
AnnotationInterceptors.getOutInterceptors()
|
List<Interceptor<? extends Message>> |
AbstractBasicInterceptorProvider.getOutInterceptors()
|
List<Interceptor<? extends Message>> |
AbstractAttributedInterceptorProvider.getOutInterceptors()
|
List<Interceptor<? extends Message>> |
InterceptorProvider.getOutInterceptors()
Returns the list of interceptors attached to the outgoing interceptor chain of the object. |
Methods in org.apache.cxf.interceptor with parameters of type Interceptor | |
---|---|
void |
InterceptorChain.add(Interceptor<? extends Message> i)
Adds a single interceptor to the interceptor chain. |
void |
InterceptorChain.remove(Interceptor<? extends Message> i)
|
Method parameters in org.apache.cxf.interceptor with type arguments of type Interceptor | |
---|---|
void |
InterceptorChain.add(Collection<Interceptor<? extends Message>> i)
Adds multiple interceptors to the interceptor chain. |
void |
AbstractBasicInterceptorProvider.setInFaultInterceptors(List<Interceptor<? extends Message>> interceptors)
|
void |
AbstractAttributedInterceptorProvider.setInFaultInterceptors(List<Interceptor<? extends Message>> interceptors)
|
void |
AbstractBasicInterceptorProvider.setInInterceptors(List<Interceptor<? extends Message>> interceptors)
|
void |
AbstractAttributedInterceptorProvider.setInInterceptors(List<Interceptor<? extends Message>> interceptors)
|
void |
AbstractBasicInterceptorProvider.setOutFaultInterceptors(List<Interceptor<? extends Message>> interceptors)
|
void |
AbstractAttributedInterceptorProvider.setOutFaultInterceptors(List<Interceptor<? extends Message>> interceptors)
|
void |
AbstractBasicInterceptorProvider.setOutInterceptors(List<Interceptor<? extends Message>> interceptors)
|
void |
AbstractAttributedInterceptorProvider.setOutInterceptors(List<Interceptor<? extends Message>> interceptors)
|
Uses of Interceptor in org.apache.cxf.interceptor.transform |
---|
Classes in org.apache.cxf.interceptor.transform that implement Interceptor | |
---|---|
class |
TransformInInterceptor
Creates an XMLStreamReader from the InputStream on the Message. |
class |
TransformOutInterceptor
Creates an XMLStreamReader from the InputStream on the Message. |
Uses of Interceptor in org.apache.cxf.phase |
---|
Subinterfaces of Interceptor in org.apache.cxf.phase | |
---|---|
interface |
PhaseInterceptor<T extends Message>
A phase interceptor is an intercetor that participates in a PhaseInterceptorChain. |
Classes in org.apache.cxf.phase that implement Interceptor | |
---|---|
class |
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 Interceptor | |
---|---|
ListIterator<Interceptor<? extends Message>> |
PhaseInterceptorChain.getIterator()
|
Iterator<Interceptor<? extends Message>> |
PhaseInterceptorChain.iterator()
|
Methods in org.apache.cxf.phase with parameters of type Interceptor | |
---|---|
void |
PhaseInterceptorChain.add(Interceptor<? extends Message> i)
|
void |
PhaseInterceptorChain.add(Interceptor<? extends Message> i,
boolean force)
|
void |
PhaseInterceptorChain.remove(Interceptor<? extends Message> i)
|
Uses of Interceptor in org.apache.cxf.transport |
---|
Fields in org.apache.cxf.transport with type parameters of type Interceptor | |
---|---|
protected List<Interceptor<? extends Message>> |
MultipleEndpointObserver.bindingInterceptors
|
protected List<Interceptor<? extends Message>> |
MultipleEndpointObserver.routingInterceptors
|
Methods in org.apache.cxf.transport that return types with arguments of type Interceptor | |
---|---|
List<Interceptor<? extends Message>> |
MultipleEndpointObserver.getBindingInterceptors()
|
List<Interceptor<? extends Message>> |
MultipleEndpointObserver.getRoutingInterceptors()
|
Uses of Interceptor in org.apache.cxf.ws.addressing |
---|
Classes in org.apache.cxf.ws.addressing that implement Interceptor | |
---|---|
class |
MAPAggregator
Logical Handler responsible for aggregating the Message Addressing Properties for outgoing messages. |
|
Apache CXF API | |||||||||
PREV NEXT | FRAMES NO FRAMES |