|
Apache CXF API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InterceptorChain | |
---|---|
org.apache.cxf.binding.coloc | |
org.apache.cxf.endpoint | Client and Server related classes. |
org.apache.cxf.interceptor | Core interceptor interfaces which form the basis for message processing chains in CXF. |
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.binding.coloc |
---|
Methods in org.apache.cxf.binding.coloc that return InterceptorChain | |
---|---|
static InterceptorChain |
ColocUtil.getInInterceptorChain(Exchange ex,
SortedSet<Phase> phases)
|
static InterceptorChain |
ColocUtil.getOutInterceptorChain(Exchange ex,
SortedSet<Phase> phases)
|
Uses of InterceptorChain in org.apache.cxf.endpoint |
---|
Methods in org.apache.cxf.endpoint with parameters of type InterceptorChain | |
---|---|
protected void |
ClientImpl.modifyChain(InterceptorChain chain,
Message ctx,
boolean in)
|
Uses of InterceptorChain in org.apache.cxf.interceptor |
---|
Methods in org.apache.cxf.interceptor that return InterceptorChain | |
---|---|
static InterceptorChain |
OutgoingChainInterceptor.getOutInterceptorChain(Exchange ex)
|
Uses of InterceptorChain in org.apache.cxf.message |
---|
Methods in org.apache.cxf.message that return InterceptorChain | |
---|---|
InterceptorChain |
AbstractWrappedMessage.getInterceptorChain()
|
InterceptorChain |
MessageImpl.getInterceptorChain()
|
InterceptorChain |
Message.getInterceptorChain()
Returns a live copy of the messages interceptor chain. |
Methods in org.apache.cxf.message with parameters of type InterceptorChain | |
---|---|
void |
AbstractWrappedMessage.setInterceptorChain(InterceptorChain chain)
|
void |
MessageImpl.setInterceptorChain(InterceptorChain ic)
|
void |
Message.setInterceptorChain(InterceptorChain chain)
|
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 |