Apache CXF API

org.apache.cxf.interceptor
Class ClientOutFaultObserver

java.lang.Object
  extended by org.apache.cxf.interceptor.AbstractFaultChainInitiatorObserver
      extended by org.apache.cxf.interceptor.ClientOutFaultObserver
All Implemented Interfaces:
MessageObserver

public class ClientOutFaultObserver
extends AbstractFaultChainInitiatorObserver


Constructor Summary
ClientOutFaultObserver(Bus bus)
           
 
Method Summary
protected  SortedSet<Phase> getPhases()
           
protected  boolean isOutboundObserver()
           
 void onMessage(Message m)
          override the super class method
 
Methods inherited from class org.apache.cxf.interceptor.AbstractFaultChainInitiatorObserver
getBus, initializeInterceptors
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClientOutFaultObserver

public ClientOutFaultObserver(Bus bus)
Method Detail

getPhases

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

onMessage

public void onMessage(Message m)
override the super class method

Specified by:
onMessage in interface MessageObserver
Overrides:
onMessage in class AbstractFaultChainInitiatorObserver

isOutboundObserver

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

Apache CXF API

Apache CXF