org.apache.cxf.interceptor
Class AbstractFaultChainInitiatorObserver

java.lang.Object
  extended by org.apache.cxf.interceptor.AbstractFaultChainInitiatorObserver
All Implemented Interfaces:
MessageObserver
Direct Known Subclasses:
ClientOutFaultObserver, InFaultChainInitiatorObserver, OutFaultChainInitiatorObserver

public abstract class AbstractFaultChainInitiatorObserver
extends java.lang.Object
implements MessageObserver


Constructor Summary
AbstractFaultChainInitiatorObserver(Bus bus)
           
 
Method Summary
 Bus getBus()
           
protected abstract  java.util.SortedSet<Phase> getPhases()
           
protected  void initializeInterceptors(Exchange ex, PhaseInterceptorChain chain)
           
protected abstract  boolean isOutboundObserver()
           
 void onMessage(Message message)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractFaultChainInitiatorObserver

public AbstractFaultChainInitiatorObserver(Bus bus)
Method Detail

onMessage

public void onMessage(Message message)
Specified by:
onMessage in interface MessageObserver

isOutboundObserver

protected abstract boolean isOutboundObserver()

getPhases

protected abstract java.util.SortedSet<Phase> getPhases()

initializeInterceptors

protected void initializeInterceptors(Exchange ex,
                                      PhaseInterceptorChain chain)

getBus

public Bus getBus()


Apache CXF