|
Apache CXF API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Phase | |
---|---|
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. |
Uses of Phase in org.apache.cxf.binding.coloc |
---|
Methods in org.apache.cxf.binding.coloc that return types with arguments of type Phase | |
---|---|
protected SortedSet<Phase> |
ColocOutFaultObserver.getPhases()
|
protected SortedSet<Phase> |
ColocInFaultObserver.getPhases()
|
Method parameters in org.apache.cxf.binding.coloc with type arguments of type Phase | |
---|---|
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)
|
Uses of Phase in org.apache.cxf.bus.managers |
---|
Methods in org.apache.cxf.bus.managers that return types with arguments of type Phase | |
---|---|
SortedSet<Phase> |
PhaseManagerImpl.getInPhases()
|
SortedSet<Phase> |
PhaseManagerImpl.getOutPhases()
|
Constructor parameters in org.apache.cxf.bus.managers with type arguments of type Phase | |
---|---|
PhaseManagerImpl(SortedSet<Phase> in,
SortedSet<Phase> out)
|
|
PhaseManagerImpl(SortedSet<Phase> in,
SortedSet<Phase> out)
|
Uses of Phase in org.apache.cxf.interceptor |
---|
Methods in org.apache.cxf.interceptor that return types with arguments of type Phase | |
---|---|
protected SortedSet<Phase> |
OutFaultChainInitiatorObserver.getPhases()
|
protected SortedSet<Phase> |
ClientOutFaultObserver.getPhases()
|
protected abstract SortedSet<Phase> |
AbstractFaultChainInitiatorObserver.getPhases()
|
protected SortedSet<Phase> |
InFaultChainInitiatorObserver.getPhases()
|
Uses of Phase in org.apache.cxf.phase |
---|
Methods in org.apache.cxf.phase that return types with arguments of type Phase | |
---|---|
SortedSet<Phase> |
PhaseManager.getInPhases()
|
SortedSet<Phase> |
PhaseManager.getOutPhases()
|
Methods in org.apache.cxf.phase with parameters of type Phase | |
---|---|
int |
PhaseComparator.compare(Phase o1,
Phase o2)
|
Constructor parameters in org.apache.cxf.phase with type arguments of type Phase | |
---|---|
PhaseInterceptorChain(SortedSet<Phase> ps)
|
|
Apache CXF API | |||||||||
PREV NEXT | FRAMES NO FRAMES |