Package org.apache.cxf.binding.coloc
Class ColocInFaultObserver
- java.lang.Object
-
- org.apache.cxf.interceptor.AbstractFaultChainInitiatorObserver
-
- org.apache.cxf.interceptor.InFaultChainInitiatorObserver
-
- org.apache.cxf.binding.coloc.ColocInFaultObserver
-
- All Implemented Interfaces:
MessageObserver
public class ColocInFaultObserver extends InFaultChainInitiatorObserver
-
-
Constructor Summary
Constructors Constructor Description ColocInFaultObserver(Bus bus)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected SortedSet<Phase>getPhases()protected voidinitializeInterceptors(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
-
-
-
-
Constructor Detail
-
ColocInFaultObserver
public ColocInFaultObserver(Bus bus)
-
-
Method Detail
-
initializeInterceptors
protected void initializeInterceptors(Exchange ex, PhaseInterceptorChain chain)
- Overrides:
initializeInterceptorsin classInFaultChainInitiatorObserver
-
getPhases
protected SortedSet<Phase> getPhases()
- Overrides:
getPhasesin classInFaultChainInitiatorObserver
-
-