Package | Description |
---|---|
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.
|
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 |
MessageImpl.getInterceptorChain() |
InterceptorChain |
Message.getInterceptorChain()
Returns a live copy of the messages interceptor chain.
|
InterceptorChain |
AbstractWrappedMessage.getInterceptorChain() |
Modifier and Type | Method and Description |
---|---|
void |
MessageImpl.setInterceptorChain(InterceptorChain ic) |
void |
Message.setInterceptorChain(InterceptorChain chain) |
void |
AbstractWrappedMessage.setInterceptorChain(InterceptorChain chain) |
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.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.