Apache CXF API

org.apache.cxf.binding.coloc
Class ColocInFaultObserver

java.lang.Object
  extended by org.apache.cxf.interceptor.AbstractFaultChainInitiatorObserver
      extended by org.apache.cxf.interceptor.InFaultChainInitiatorObserver
          extended by org.apache.cxf.binding.coloc.ColocInFaultObserver
All Implemented Interfaces:
MessageObserver

public class ColocInFaultObserver
extends InFaultChainInitiatorObserver


Constructor Summary
ColocInFaultObserver(Bus bus)
           
 
Method Summary
protected  SortedSet<Phase> getPhases()
           
protected  void initializeInterceptors(Exchange ex, PhaseInterceptorChain chain)
           
 
Methods inherited from class org.apache.cxf.interceptor.InFaultChainInitiatorObserver
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

ColocInFaultObserver

public ColocInFaultObserver(Bus bus)
Method Detail

initializeInterceptors

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

getPhases

protected SortedSet<Phase> getPhases()
Overrides:
getPhases in class InFaultChainInitiatorObserver

Apache CXF API

Apache CXF