|
Apache CXF API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use InterceptorChain | |
|---|---|
| org.apache.cxf.message | |
| org.apache.cxf.phase | An InterceptorChain implementation which uses the concept of Phases to order message chains. |
| Uses of InterceptorChain in org.apache.cxf.message |
|---|
| Methods in org.apache.cxf.message that return InterceptorChain | |
|---|---|
InterceptorChain |
Message.getInterceptorChain()
Returns a live copy of the messages interceptor chain. |
InterceptorChain |
AbstractWrappedMessage.getInterceptorChain()
|
InterceptorChain |
MessageImpl.getInterceptorChain()
|
| Methods in org.apache.cxf.message with parameters of type InterceptorChain | |
|---|---|
void |
Message.setInterceptorChain(InterceptorChain chain)
|
void |
AbstractWrappedMessage.setInterceptorChain(InterceptorChain chain)
|
void |
MessageImpl.setInterceptorChain(InterceptorChain ic)
|
| Uses of InterceptorChain in org.apache.cxf.phase |
|---|
| Classes in org.apache.cxf.phase that implement InterceptorChain | |
|---|---|
class |
PhaseInterceptorChain
A PhaseInterceptorChain orders Interceptors according to the phase they participate in and also according to the before & after properties on an Interceptor. |
|
Apache CXF API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||