Package org.apache.cxf.interceptor
Class AbstractFaultChainInitiatorObserver
- java.lang.Object
- 
- org.apache.cxf.interceptor.AbstractFaultChainInitiatorObserver
 
- 
- All Implemented Interfaces:
- MessageObserver
 - Direct Known Subclasses:
- ClientOutFaultObserver,- InFaultChainInitiatorObserver,- OutFaultChainInitiatorObserver
 
 public abstract class AbstractFaultChainInitiatorObserver extends Object implements MessageObserver 
- 
- 
Constructor SummaryConstructors Constructor Description AbstractFaultChainInitiatorObserver(Bus bus)
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description BusgetBus()protected abstract SortedSet<Phase>getPhases()protected voidinitializeInterceptors(Exchange ex, PhaseInterceptorChain chain)protected abstract booleanisOutboundObserver()voidonMessage(Message message)Called for an incoming message, i.e.
 
- 
- 
- 
Constructor Detail- 
AbstractFaultChainInitiatorObserverpublic AbstractFaultChainInitiatorObserver(Bus bus) 
 
- 
 - 
Method Detail- 
onMessagepublic void onMessage(Message message) Description copied from interface:MessageObserverCalled for an incoming message, i.e. where the content format(s) is/are source(s).- Specified by:
- onMessagein interface- MessageObserver
 
 - 
isOutboundObserverprotected abstract boolean isOutboundObserver() 
 - 
initializeInterceptorsprotected void initializeInterceptors(Exchange ex, PhaseInterceptorChain chain) 
 - 
getBuspublic Bus getBus() 
 
- 
 
-