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

java.lang.Object
  extended by org.apache.cxf.ws.security.wss4j.PolicyBasedWSS4JOutInterceptor.PolicyBasedWSS4JOutInterceptorInternal
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>
Enclosing class:
PolicyBasedWSS4JOutInterceptor

public final class PolicyBasedWSS4JOutInterceptor.PolicyBasedWSS4JOutInterceptorInternal
extends Object
implements org.apache.cxf.phase.PhaseInterceptor<org.apache.cxf.binding.soap.SoapMessage>


Constructor Summary
PolicyBasedWSS4JOutInterceptor.PolicyBasedWSS4JOutInterceptorInternal()
           
 
Method Summary
 Collection<org.apache.cxf.phase.PhaseInterceptor<? extends org.apache.cxf.message.Message>> getAdditionalInterceptors()
           
 Set<String> getAfter()
           
 Set<String> getBefore()
           
 String getId()
           
 String getPhase()
           
 void handleFault(org.apache.cxf.binding.soap.SoapMessage message)
           
 void handleMessage(org.apache.cxf.binding.soap.SoapMessage message)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PolicyBasedWSS4JOutInterceptor.PolicyBasedWSS4JOutInterceptorInternal

public PolicyBasedWSS4JOutInterceptor.PolicyBasedWSS4JOutInterceptorInternal()
Method Detail

handleMessage

public void handleMessage(org.apache.cxf.binding.soap.SoapMessage message)
                   throws org.apache.cxf.interceptor.Fault
Specified by:
handleMessage in interface org.apache.cxf.interceptor.Interceptor<org.apache.cxf.binding.soap.SoapMessage>
Throws:
org.apache.cxf.interceptor.Fault

getAfter

public Set<String> getAfter()
Specified by:
getAfter in interface org.apache.cxf.phase.PhaseInterceptor<org.apache.cxf.binding.soap.SoapMessage>

getBefore

public Set<String> getBefore()
Specified by:
getBefore in interface org.apache.cxf.phase.PhaseInterceptor<org.apache.cxf.binding.soap.SoapMessage>

getId

public String getId()
Specified by:
getId in interface org.apache.cxf.phase.PhaseInterceptor<org.apache.cxf.binding.soap.SoapMessage>

getPhase

public String getPhase()
Specified by:
getPhase in interface org.apache.cxf.phase.PhaseInterceptor<org.apache.cxf.binding.soap.SoapMessage>

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>

getAdditionalInterceptors

public Collection<org.apache.cxf.phase.PhaseInterceptor<? extends org.apache.cxf.message.Message>> getAdditionalInterceptors()
Specified by:
getAdditionalInterceptors in interface org.apache.cxf.phase.PhaseInterceptor<org.apache.cxf.binding.soap.SoapMessage>


Apache CXF