|
Apache CXF API | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
Interceptor<T extends Message> | Base interface for all interceptors. |
InterceptorChain | Base interface for all interceptor chains. |
InterceptorProvider | The InterceptorProvider interface is implemented by objects that have interceptor chains associated with them. |
Class Summary | |
---|---|
AbstractAttributedInterceptorProvider | |
AbstractBasicInterceptorProvider |
Enum Summary | |
---|---|
InterceptorChain.State |
Exception Summary | |
---|---|
Fault | A Fault that occurs during invocation processing. |
Annotation Types Summary | |
---|---|
InFaultInterceptors | |
InInterceptors | |
OutFaultInterceptors | |
OutInterceptors |
Core interceptor interfaces which form the basis for message processing chains in CXF. Interceptors are grouped into ordered lists called an interceptor chains. There is both an outbound and an inbound interceptor chain for both a CXF-based SOAP client, and a CXF-based web service. Additionally, in the case of SOAPFaults, a CXF web service will create a separate outbound error handling chain and the client an inbound one.
|
Apache CXF API | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |