org.apache.cxf.ws.policy
Class ClientPolicyInFaultInterceptor

java.lang.Object
  extended by org.apache.cxf.phase.AbstractPhaseInterceptor<Message>
      extended by org.apache.cxf.ws.policy.AbstractPolicyInterceptor
          extended by org.apache.cxf.ws.policy.ClientPolicyInFaultInterceptor
All Implemented Interfaces:
Interceptor<Message>, PhaseInterceptor<Message>

public class ClientPolicyInFaultInterceptor
extends AbstractPolicyInterceptor


Field Summary
 
Fields inherited from class org.apache.cxf.ws.policy.AbstractPolicyInterceptor
bus
 
Constructor Summary
ClientPolicyInFaultInterceptor()
           
 
Method Summary
protected  void handle(Message msg)
           
 
Methods inherited from class org.apache.cxf.ws.policy.AbstractPolicyInterceptor
getBindingFaultInfo, getBus, getTransportAssertions, handleMessage, setBus
 
Methods inherited from class org.apache.cxf.phase.AbstractPhaseInterceptor
addAfter, addAfter, addBefore, addBefore, getAfter, getBefore, getId, getPhase, handleFault, isGET, setAfter, setBefore
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClientPolicyInFaultInterceptor

public ClientPolicyInFaultInterceptor()
Method Detail

handle

protected void handle(Message msg)
Specified by:
handle in class AbstractPolicyInterceptor


Apache CXF