Package org.apache.cxf.interceptor
Class InFaultChainInitiatorObserver
- java.lang.Object
- 
- org.apache.cxf.interceptor.AbstractFaultChainInitiatorObserver
- 
- org.apache.cxf.interceptor.InFaultChainInitiatorObserver
 
 
- 
- All Implemented Interfaces:
- MessageObserver
 
 public class InFaultChainInitiatorObserver extends AbstractFaultChainInitiatorObserver 
- 
- 
Constructor SummaryConstructors Constructor Description InFaultChainInitiatorObserver(Bus bus)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected SortedSet<Phase>getPhases()protected voidinitializeInterceptors(Exchange ex, PhaseInterceptorChain chain)protected booleanisOutboundObserver()- 
Methods inherited from class org.apache.cxf.interceptor.AbstractFaultChainInitiatorObservergetBus, onMessage
 
- 
 
- 
- 
- 
Constructor Detail- 
InFaultChainInitiatorObserverpublic InFaultChainInitiatorObserver(Bus bus) 
 
- 
 - 
Method Detail- 
initializeInterceptorsprotected void initializeInterceptors(Exchange ex, PhaseInterceptorChain chain) - Overrides:
- initializeInterceptorsin class- AbstractFaultChainInitiatorObserver
 
 - 
getPhasesprotected SortedSet<Phase> getPhases() - Specified by:
- getPhasesin class- AbstractFaultChainInitiatorObserver
 
 - 
isOutboundObserverprotected boolean isOutboundObserver() - Specified by:
- isOutboundObserverin class- AbstractFaultChainInitiatorObserver
 
 
- 
 
-