Package org.apache.cxf.interceptor
Class InFaultChainInitiatorObserver
- java.lang.Object
-
- org.apache.cxf.interceptor.AbstractFaultChainInitiatorObserver
-
- org.apache.cxf.interceptor.InFaultChainInitiatorObserver
-
- All Implemented Interfaces:
MessageObserver
public class InFaultChainInitiatorObserver extends AbstractFaultChainInitiatorObserver
-
-
Constructor Summary
Constructors Constructor Description InFaultChainInitiatorObserver(Bus bus)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected SortedSet<Phase>
getPhases()
protected void
initializeInterceptors(Exchange ex, PhaseInterceptorChain chain)
protected boolean
isOutboundObserver()
-
Methods inherited from class org.apache.cxf.interceptor.AbstractFaultChainInitiatorObserver
getBus, onMessage
-
-
-
-
Constructor Detail
-
InFaultChainInitiatorObserver
public InFaultChainInitiatorObserver(Bus bus)
-
-
Method Detail
-
initializeInterceptors
protected void initializeInterceptors(Exchange ex, PhaseInterceptorChain chain)
- Overrides:
initializeInterceptors
in classAbstractFaultChainInitiatorObserver
-
getPhases
protected SortedSet<Phase> getPhases()
- Specified by:
getPhases
in classAbstractFaultChainInitiatorObserver
-
isOutboundObserver
protected boolean isOutboundObserver()
- Specified by:
isOutboundObserver
in classAbstractFaultChainInitiatorObserver
-
-