org.apache.cxf.interceptor
Class AbstractFaultChainInitiatorObserver

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

public abstract class AbstractFaultChainInitiatorObserver
extends Object
implements org.apache.cxf.transport.MessageObserver


Constructor Summary
AbstractFaultChainInitiatorObserver(org.apache.cxf.Bus bus)
           
 
Method Summary
 org.apache.cxf.Bus getBus()
           
protected abstract  SortedSet<org.apache.cxf.phase.Phase> getPhases()
           
protected  void initializeInterceptors(org.apache.cxf.message.Exchange ex, org.apache.cxf.phase.PhaseInterceptorChain chain)
           
protected abstract  boolean isOutboundObserver()
           
 void onMessage(org.apache.cxf.message.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(org.apache.cxf.Bus bus)
Method Detail

onMessage

public void onMessage(org.apache.cxf.message.Message message)
Specified by:
onMessage in interface org.apache.cxf.transport.MessageObserver

isOutboundObserver

protected abstract boolean isOutboundObserver()

getPhases

protected abstract SortedSet<org.apache.cxf.phase.Phase> getPhases()

initializeInterceptors

protected void initializeInterceptors(org.apache.cxf.message.Exchange ex,
                                      org.apache.cxf.phase.PhaseInterceptorChain chain)

getBus

public org.apache.cxf.Bus getBus()


Apache CXF