Package | Description |
---|---|
org.apache.cxf.binding.coloc | |
org.apache.cxf.bus.managers | |
org.apache.cxf.interceptor |
Core interceptor interfaces which form the basis for message processing chains
in CXF.
|
org.apache.cxf.phase |
An InterceptorChain implementation which uses the concept of
Phases to order message chains.
|
Modifier and Type | Method and Description |
---|---|
protected SortedSet<Phase> |
ColocOutFaultObserver.getPhases() |
protected SortedSet<Phase> |
ColocInFaultObserver.getPhases() |
Modifier and Type | Method and Description |
---|---|
static InterceptorChain |
ColocUtil.getInInterceptorChain(Exchange ex,
SortedSet<Phase> phases) |
static InterceptorChain |
ColocUtil.getOutInterceptorChain(Exchange ex,
SortedSet<Phase> phases) |
static void |
ColocUtil.setPhases(SortedSet<Phase> list,
String start,
String end) |
Modifier and Type | Method and Description |
---|---|
SortedSet<Phase> |
PhaseManagerImpl.getInPhases() |
SortedSet<Phase> |
PhaseManagerImpl.getOutPhases() |
Constructor and Description |
---|
PhaseManagerImpl(SortedSet<Phase> in,
SortedSet<Phase> out) |
PhaseManagerImpl(SortedSet<Phase> in,
SortedSet<Phase> out) |
Modifier and Type | Method and Description |
---|---|
protected abstract SortedSet<Phase> |
AbstractFaultChainInitiatorObserver.getPhases() |
protected SortedSet<Phase> |
InFaultChainInitiatorObserver.getPhases() |
protected SortedSet<Phase> |
OutFaultChainInitiatorObserver.getPhases() |
protected SortedSet<Phase> |
ClientOutFaultObserver.getPhases() |
Modifier and Type | Method and Description |
---|---|
SortedSet<Phase> |
PhaseManager.getInPhases() |
SortedSet<Phase> |
PhaseManager.getOutPhases() |
Modifier and Type | Method and Description |
---|---|
int |
PhaseComparator.compare(Phase o1,
Phase o2) |
Constructor and Description |
---|
PhaseInterceptorChain(SortedSet<Phase> ps) |
Apache CXF