public abstract class AbstractFaultChainInitiatorObserver extends Object implements MessageObserver
Constructor and Description |
---|
AbstractFaultChainInitiatorObserver(Bus bus) |
Modifier and Type | Method and Description |
---|---|
Bus |
getBus() |
protected abstract SortedSet<Phase> |
getPhases() |
protected void |
initializeInterceptors(Exchange ex,
PhaseInterceptorChain chain) |
protected abstract boolean |
isOutboundObserver() |
void |
onMessage(Message message)
Called for an incoming message, i.e.
|
public AbstractFaultChainInitiatorObserver(Bus bus)
public void onMessage(Message message)
MessageObserver
onMessage
in interface MessageObserver
protected abstract boolean isOutboundObserver()
protected void initializeInterceptors(Exchange ex, PhaseInterceptorChain chain)
public Bus getBus()
Apache CXF