org.apache.cxf.jaxws.handler.soap
Class SOAPHandlerInterceptor

java.lang.Object
  extended by org.apache.cxf.phase.AbstractPhaseInterceptor<T>
      extended by org.apache.cxf.jaxws.handler.AbstractJAXWSHandlerInterceptor<T>
          extended by org.apache.cxf.jaxws.handler.AbstractProtocolHandlerInterceptor<org.apache.cxf.binding.soap.SoapMessage>
              extended by org.apache.cxf.jaxws.handler.soap.SOAPHandlerInterceptor
All Implemented Interfaces:
org.apache.cxf.binding.soap.interceptor.SoapInterceptor, org.apache.cxf.interceptor.Interceptor<org.apache.cxf.binding.soap.SoapMessage>, org.apache.cxf.phase.PhaseInterceptor<org.apache.cxf.binding.soap.SoapMessage>

public class SOAPHandlerInterceptor
extends AbstractProtocolHandlerInterceptor<org.apache.cxf.binding.soap.SoapMessage>
implements org.apache.cxf.binding.soap.interceptor.SoapInterceptor


Constructor Summary
SOAPHandlerInterceptor(javax.xml.ws.Binding binding)
           
 
Method Summary
protected  javax.xml.ws.handler.MessageContext createProtocolMessageContext(org.apache.cxf.binding.soap.SoapMessage message)
           
protected  javax.xml.namespace.QName getOpQName(org.apache.cxf.message.Exchange ex, java.lang.Object data)
           
 java.util.Set<java.net.URI> getRoles()
           
 java.util.Set<javax.xml.namespace.QName> getUnderstoodHeaders()
           
 void handleFault(org.apache.cxf.binding.soap.SoapMessage message)
           
 void handleMessage(org.apache.cxf.binding.soap.SoapMessage message)
           
 
Methods inherited from class org.apache.cxf.jaxws.handler.AbstractJAXWSHandlerInterceptor
getBinding, getInvoker, isMEPComlete, isOutbound, isRequestor, onCompletion, setupBindingOperationInfo
 
Methods inherited from class org.apache.cxf.phase.AbstractPhaseInterceptor
addAfter, addAfter, addBefore, addBefore, getAfter, getBefore, getId, getPhase, isGET, setAfter, setBefore
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SOAPHandlerInterceptor

public SOAPHandlerInterceptor(javax.xml.ws.Binding binding)
Method Detail

getRoles

public java.util.Set<java.net.URI> getRoles()
Specified by:
getRoles in interface org.apache.cxf.binding.soap.interceptor.SoapInterceptor

getUnderstoodHeaders

public java.util.Set<javax.xml.namespace.QName> getUnderstoodHeaders()
Specified by:
getUnderstoodHeaders in interface org.apache.cxf.binding.soap.interceptor.SoapInterceptor

handleMessage

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

createProtocolMessageContext

protected javax.xml.ws.handler.MessageContext createProtocolMessageContext(org.apache.cxf.binding.soap.SoapMessage message)
Overrides:
createProtocolMessageContext in class AbstractProtocolHandlerInterceptor<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>
Overrides:
handleFault in class org.apache.cxf.phase.AbstractPhaseInterceptor<org.apache.cxf.binding.soap.SoapMessage>

getOpQName

protected javax.xml.namespace.QName getOpQName(org.apache.cxf.message.Exchange ex,
                                               java.lang.Object data)
Overrides:
getOpQName in class AbstractJAXWSHandlerInterceptor<org.apache.cxf.binding.soap.SoapMessage>


Apache CXF