org.apache.cxf.interceptor
Class InFaultChainInitiatorObserver

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

public class InFaultChainInitiatorObserver
extends AbstractFaultChainInitiatorObserver


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

Constructor Detail

InFaultChainInitiatorObserver

public InFaultChainInitiatorObserver(Bus bus)
Method Detail

initializeInterceptors

protected void initializeInterceptors(Exchange ex,
                                      PhaseInterceptorChain chain)
Overrides:
initializeInterceptors in class AbstractFaultChainInitiatorObserver

getPhases

protected java.util.SortedSet<Phase> getPhases()
Specified by:
getPhases in class AbstractFaultChainInitiatorObserver

isOutboundObserver

protected boolean isOutboundObserver()
Specified by:
isOutboundObserver in class AbstractFaultChainInitiatorObserver


Apache CXF