Apache CXF API

Package org.apache.cxf.interceptor

Core interceptor interfaces which form the basis for message processing chains in CXF.

See:
          Description

Interface Summary
Interceptor<T extends Message>  
InterceptorChain  
InterceptorProvider  
 

Class Summary
AbstractAttributedInterceptorProvider  
AbstractBasicInterceptorProvider  
AbstractEndpointSelectionInterceptor  
AbstractFaultChainInitiatorObserver  
AbstractInDatabindingInterceptor  
AbstractOutDatabindingInterceptor  
AnnotationInterceptors  
AttachmentInInterceptor  
AttachmentOutInterceptor  
BareInInterceptor  
BareOutInterceptor  
ClientFaultConverter Takes a Fault and converts it to a local exception type if possible.
ClientOutFaultObserver  
DocLiteralInInterceptor  
FaultOutInterceptor  
InFaultChainInitiatorObserver  
LoggingInInterceptor A simple logging handler which outputs the bytes of the message to the Logger.
LoggingMessage  
LoggingOutInterceptor  
MessageSenderInterceptor Takes the Conduit from the exchange and sends the message through it.
OutFaultChainInitiatorObserver  
OutgoingChainInterceptor  
ServiceInvokerInterceptor Invokes a Binding's invoker with the INVOCATION_INPUT from the Exchange.
StaxInInterceptor Creates an XMLStreamReader from the InputStream on the Message.
StaxOutInterceptor Creates an XMLStreamReader from the InputStream on the Message.
URIMappingInterceptor  
WrappedInInterceptor  
WrappedOutInterceptor  
 

Enum Summary
InterceptorChain.State  
 

Exception Summary
Fault A Fault that occurs during invocation processing.
 

Annotation Types Summary
InFaultInterceptors  
InInterceptors  
OutFaultInterceptors  
OutInterceptors  
 

Package org.apache.cxf.interceptor Description

Core interceptor interfaces which form the basis for message processing chains in CXF.


Apache CXF API

Apache CXF is an effort undergoing incubation at the Apache Software Foundation(ASF) and sponsored by the Apache Incubator PMC.