Package | Description |
---|---|
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.ws.addressing |
Modifier and Type | Class and Description |
---|---|
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 |
Modifier and Type | Class and Description |
---|---|
class |
TransformInInterceptor
Creates an XMLStreamReader from the InputStream on the Message.
|
class |
TransformOutInterceptor
Creates an XMLStreamReader from the InputStream on the Message.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractPhaseInterceptor<T extends Message>
Provides a starting point implementation for a interceptors that
participate in phased message processing.
|
Modifier and Type | Method and Description |
---|---|
Collection<PhaseInterceptor<? extends Message>> |
PhaseInterceptor.getAdditionalInterceptors()
Returns a collection of Interceptors that should be added to the chain
whenever this interceptor is added.
|
Collection<PhaseInterceptor<? extends Message>> |
AbstractPhaseInterceptor.getAdditionalInterceptors() |
Modifier and Type | Class and Description |
---|---|
class |
MAPAggregator
Logical Handler responsible for aggregating the Message Addressing
Properties for outgoing messages.
|
Modifier and Type | Method and Description |
---|---|
Collection<PhaseInterceptor<? extends Message>> |
MAPAggregator.getAdditionalInterceptors() |
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.