org.apache.cxf.ws.security.wss4j
Class PolicyBasedWSS4JOutInterceptor

java.lang.Object
  extended by org.apache.cxf.phase.AbstractPhaseInterceptor<org.apache.cxf.binding.soap.SoapMessage>
      extended by org.apache.cxf.ws.security.wss4j.PolicyBasedWSS4JOutInterceptor
All Implemented Interfaces:
org.apache.cxf.interceptor.Interceptor<org.apache.cxf.binding.soap.SoapMessage>, org.apache.cxf.phase.PhaseInterceptor<org.apache.cxf.binding.soap.SoapMessage>

public class PolicyBasedWSS4JOutInterceptor
extends org.apache.cxf.phase.AbstractPhaseInterceptor<org.apache.cxf.binding.soap.SoapMessage>


Nested Class Summary
 class PolicyBasedWSS4JOutInterceptor.PolicyBasedWSS4JOutInterceptorInternal
           
 
Field Summary
static PolicyBasedWSS4JOutInterceptor INSTANCE
           
static String SECURITY_PROCESSED
           
 
Constructor Summary
PolicyBasedWSS4JOutInterceptor()
           
 
Method Summary
 PolicyBasedWSS4JOutInterceptor.PolicyBasedWSS4JOutInterceptorInternal createEndingInterceptor()
           
 void handleFault(org.apache.cxf.binding.soap.SoapMessage message)
           
 void handleMessage(org.apache.cxf.binding.soap.SoapMessage mc)
           
 
Methods inherited from class org.apache.cxf.phase.AbstractPhaseInterceptor
addAfter, addAfter, addBefore, addBefore, getAdditionalInterceptors, getAfter, getBefore, getId, getPhase, isGET, isRequestor, setAfter, setBefore
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SECURITY_PROCESSED

public static final String SECURITY_PROCESSED

INSTANCE

public static final PolicyBasedWSS4JOutInterceptor INSTANCE
Constructor Detail

PolicyBasedWSS4JOutInterceptor

public PolicyBasedWSS4JOutInterceptor()
Method Detail

handleMessage

public void handleMessage(org.apache.cxf.binding.soap.SoapMessage mc)
                   throws org.apache.cxf.interceptor.Fault
Throws:
org.apache.cxf.interceptor.Fault

handleFault

public void handleFault(org.apache.cxf.binding.soap.SoapMessage message)
Specified by:
handleFault in interface org.apache.cxf.interceptor.Interceptor<org.apache.cxf.binding.soap.SoapMessage>
Overrides:
handleFault in class org.apache.cxf.phase.AbstractPhaseInterceptor<org.apache.cxf.binding.soap.SoapMessage>

createEndingInterceptor

public final PolicyBasedWSS4JOutInterceptor.PolicyBasedWSS4JOutInterceptorInternal createEndingInterceptor()


Apache CXF