Apache CXF API

org.apache.cxf.ws.policy
Class ServerPolicyOutFaultInterceptor

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.ServerPolicyOutFaultInterceptor
All Implemented Interfaces:
Interceptor<Message>, PhaseInterceptor<Message>

public class ServerPolicyOutFaultInterceptor
extends AbstractPolicyInterceptor


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

Field Detail

INSTANCE

public static final ServerPolicyOutFaultInterceptor INSTANCE
Constructor Detail

ServerPolicyOutFaultInterceptor

public ServerPolicyOutFaultInterceptor()
Method Detail

handle

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

Apache CXF API

Apache CXF