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
  
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
AbstractFaultChainInitiatorObserver
public AbstractFaultChainInitiatorObserver(Bus bus)
onMessage
public void onMessage(Message message)
- Description copied from interface: 
MessageObserver 
- Called for an incoming message, i.e. where the content format(s)
 is/are source(s).
- Specified by:
 onMessage in interface MessageObserver
 
 
 
isOutboundObserver
protected abstract boolean isOutboundObserver()
 
 
getPhases
protected abstract SortedSet<Phase> getPhases()
 
 
initializeInterceptors
protected void initializeInterceptors(Exchange ex,
                                      PhaseInterceptorChain chain)
 
 
getBus
public Bus getBus()
 
 
Apache CXF