| Package | Description |
|---|---|
| org.apache.cxf.binding.xml.interceptor | |
| org.apache.cxf.bus.spring | |
| org.apache.cxf.databinding.stax | |
| org.apache.cxf.feature.transform | |
| 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.client | |
| org.apache.cxf.jaxrs.client.spec | |
| org.apache.cxf.jaxrs.interceptor | |
| org.apache.cxf.jaxrs.provider.jsonp | |
| org.apache.cxf.jaxrs.security | |
| 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.transport.common.gzip | |
| org.apache.cxf.transport.http.auth | |
| org.apache.cxf.transport.https | |
| org.apache.cxf.ws.addressing |
| Modifier and Type | Class and Description |
|---|---|
class |
XMLFaultInInterceptor |
class |
XMLFaultOutInterceptor |
class |
XMLMessageInInterceptor |
class |
XMLMessageOutInterceptor |
| Modifier and Type | Method and Description |
|---|---|
List<Interceptor<? extends Message>> |
BusDefinitionParser.BusConfig.getInFaultInterceptors() |
List<Interceptor<? extends Message>> |
BusDefinitionParser.BusConfig.getInInterceptors() |
List<Interceptor<? extends Message>> |
BusDefinitionParser.BusConfig.getOutFaultInterceptors() |
List<Interceptor<? extends Message>> |
BusDefinitionParser.BusConfig.getOutInterceptors() |
| Modifier and Type | Method and Description |
|---|---|
void |
BusDefinitionParser.BusConfig.setInFaultInterceptors(List<Interceptor<? extends Message>> interceptors) |
void |
BusDefinitionParser.BusConfig.setInInterceptors(List<Interceptor<? extends Message>> interceptors) |
void |
BusDefinitionParser.BusConfig.setOutFaultInterceptors(List<Interceptor<? extends Message>> interceptors) |
void |
BusDefinitionParser.BusConfig.setOutInterceptors(List<Interceptor<? extends Message>> interceptors) |
| Modifier and Type | Class and Description |
|---|---|
class |
StaxDataBindingInterceptor |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractXSLTInterceptor
Creates an XMLStreamReader from the InputStream on the Message.
|
class |
XSLTInInterceptor
Class provides XSLT transformation of incoming message.
|
class |
XSLTOutInterceptor
Class provides XSLT transformation of outgoing message.
|
| 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 | Method and Description |
|---|---|
List<Interceptor<? extends Message>> |
AbstractAttributedInterceptorProvider.getInFaultInterceptors() |
List<Interceptor<? extends Message>> |
AbstractBasicInterceptorProvider.getInFaultInterceptors() |
List<Interceptor<? extends Message>> |
AnnotationInterceptors.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>> |
AbstractAttributedInterceptorProvider.getInInterceptors() |
List<Interceptor<? extends Message>> |
AbstractBasicInterceptorProvider.getInInterceptors() |
List<Interceptor<? extends Message>> |
AnnotationInterceptors.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>> |
AbstractAttributedInterceptorProvider.getOutFaultInterceptors() |
List<Interceptor<? extends Message>> |
AbstractBasicInterceptorProvider.getOutFaultInterceptors() |
List<Interceptor<? extends Message>> |
AnnotationInterceptors.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>> |
AbstractAttributedInterceptorProvider.getOutInterceptors() |
List<Interceptor<? extends Message>> |
AbstractBasicInterceptorProvider.getOutInterceptors() |
List<Interceptor<? extends Message>> |
AnnotationInterceptors.getOutInterceptors() |
List<Interceptor<? extends Message>> |
InterceptorProvider.getOutInterceptors()
Returns the list of interceptors attached to the outgoing interceptor
chain of the object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InterceptorChain.add(Interceptor<? extends Message> i)
Adds a single interceptor to the interceptor chain.
|
void |
InterceptorChain.remove(Interceptor<? extends Message> i) |
| Modifier and Type | Method and Description |
|---|---|
void |
InterceptorChain.add(Collection<Interceptor<? extends Message>> i)
Adds multiple interceptors to the interceptor chain.
|
void |
AbstractAttributedInterceptorProvider.setInFaultInterceptors(List<Interceptor<? extends Message>> interceptors) |
void |
AbstractBasicInterceptorProvider.setInFaultInterceptors(List<Interceptor<? extends Message>> interceptors) |
void |
AbstractAttributedInterceptorProvider.setInInterceptors(List<Interceptor<? extends Message>> interceptors) |
void |
AbstractBasicInterceptorProvider.setInInterceptors(List<Interceptor<? extends Message>> interceptors) |
void |
AbstractAttributedInterceptorProvider.setOutFaultInterceptors(List<Interceptor<? extends Message>> interceptors) |
void |
AbstractBasicInterceptorProvider.setOutFaultInterceptors(List<Interceptor<? extends Message>> interceptors) |
void |
AbstractAttributedInterceptorProvider.setOutInterceptors(List<Interceptor<? extends Message>> interceptors) |
void |
AbstractBasicInterceptorProvider.setOutInterceptors(List<Interceptor<? extends Message>> interceptors) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractAuthorizingInInterceptor |
class |
AbstractSecurityContextInInterceptor |
class |
AbstractUsernameTokenInInterceptor |
class |
DepthRestrictingStreamInterceptor
Creates an XMLStreamReader from the InputStream on the Message.
|
class |
JAASLoginInterceptor |
class |
OperationInfoAuthorizingInterceptor |
class |
SecureAnnotationsInterceptor |
class |
SimpleAuthorizingInterceptor |
| 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 |
|---|---|
protected class |
AbstractClient.AbstractBodyWriter |
| Modifier and Type | Method and Description |
|---|---|
List<Interceptor<? extends Message>> |
ClientConfiguration.getInFaultInterceptors() |
List<Interceptor<? extends Message>> |
ClientConfiguration.getInInterceptors() |
List<Interceptor<? extends Message>> |
ClientConfiguration.getOutFaultInterceptors() |
List<Interceptor<? extends Message>> |
ClientConfiguration.getOutInterceptors() |
| Modifier and Type | Method and Description |
|---|---|
void |
ClientConfiguration.setInFaultInterceptors(List<Interceptor<? extends Message>> interceptors)
Sets the list of in fault interceptors which will deal with the HTTP
faults; the client code may choose to catch
WebApplicationException
exceptions instead. |
void |
ClientConfiguration.setInInterceptors(List<Interceptor<? extends Message>> interceptors)
Sets the list of in interceptors which pre-process
the responses from remote services.
|
void |
ClientConfiguration.setOutFaultInterceptors(List<Interceptor<? extends Message>> interceptors)
Sets the list of out fault interceptors which will deal with the client-side
faults; the client code may choose to catch
ClientException
exceptions instead. |
void |
ClientConfiguration.setOutInterceptors(List<Interceptor<? extends Message>> interceptors)
Sets the list of out interceptors which post-process
the requests to the remote services.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ClientRequestFilterInterceptor |
class |
ClientResponseFilterInterceptor |
| Modifier and Type | Class and Description |
|---|---|
class |
AttachmentInputInterceptor |
class |
AttachmentOutputInterceptor |
class |
JAXRSDefaultFaultOutInterceptor |
class |
JAXRSInInterceptor |
class |
JAXRSOutExceptionMapperInterceptor |
class |
JAXRSOutInterceptor |
| Modifier and Type | Class and Description |
|---|---|
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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
KerberosAuthOutInterceptor |
| Modifier and Type | Interface and Description |
|---|---|
interface |
PhaseInterceptor<T extends Message>
A phase interceptor is an intercetor that participates in a
PhaseInterceptorChain.
|
| 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 |
|---|---|
ListIterator<Interceptor<? extends Message>> |
PhaseInterceptorChain.getIterator() |
Iterator<Interceptor<? extends Message>> |
PhaseInterceptorChain.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
PhaseInterceptorChain.add(Interceptor<? extends Message> i) |
void |
PhaseInterceptorChain.add(Interceptor<? extends Message> i,
boolean force) |
void |
PhaseInterceptorChain.remove(Interceptor<? extends Message> i) |
| Modifier and Type | Field and Description |
|---|---|
protected List<Interceptor<? extends Message>> |
MultipleEndpointObserver.bindingInterceptors |
protected List<Interceptor<? extends Message>> |
MultipleEndpointObserver.routingInterceptors |
| Modifier and Type | Method and Description |
|---|---|
List<Interceptor<? extends Message>> |
MultipleEndpointObserver.getBindingInterceptors() |
List<Interceptor<? extends Message>> |
MultipleEndpointObserver.getRoutingInterceptors() |
| Modifier and Type | Class and Description |
|---|---|
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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
WSDLGetAuthenticatorInterceptor |
| Modifier and Type | Class and Description |
|---|---|
class |
CertConstraintsInterceptor
An interceptor that enforces certificate constraints logic at the TLS layer.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MAPAggregator
Logical Handler responsible for aggregating the Message Addressing
Properties for outgoing messages.
|
Apache CXF