Package | Description |
---|---|
org.apache.cxf.binding.coloc | |
org.apache.cxf.endpoint | |
org.apache.cxf.interceptor | |
org.apache.cxf.message | |
org.apache.cxf.phase |
Modifier and Type | Method and Description |
---|---|
static InterceptorChain |
ColocUtil.getInInterceptorChain(Exchange ex,
SortedSet<Phase> phases) |
static InterceptorChain |
ColocUtil.getOutInterceptorChain(Exchange ex,
SortedSet<Phase> phases) |
Modifier and Type | Method and Description |
---|---|
protected void |
ClientImpl.modifyChain(InterceptorChain chain,
Message ctx,
boolean in) |
Modifier and Type | Method and Description |
---|---|
static InterceptorChain |
OutgoingChainInterceptor.getOutInterceptorChain(Exchange ex) |
Modifier and Type | Method and Description |
---|---|
InterceptorChain |
Message.getInterceptorChain()
Returns a live copy of the messages interceptor chain.
|
InterceptorChain |
AbstractWrappedMessage.getInterceptorChain() |
InterceptorChain |
MessageImpl.getInterceptorChain() |
Modifier and Type | Method and Description |
---|---|
void |
Message.setInterceptorChain(InterceptorChain chain) |
void |
AbstractWrappedMessage.setInterceptorChain(InterceptorChain chain) |
void |
MessageImpl.setInterceptorChain(InterceptorChain ic) |
Modifier and Type | Class and Description |
---|---|
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