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<SoapMessage>
              extended by org.apache.cxf.jaxws.handler.soap.SOAPHandlerInterceptor
All Implemented Interfaces:
SoapInterceptor, Interceptor<SoapMessage>, PhaseInterceptor<SoapMessage>

public class SOAPHandlerInterceptor
extends AbstractProtocolHandlerInterceptor<SoapMessage>
implements SoapInterceptor


Constructor Summary
SOAPHandlerInterceptor(javax.xml.ws.Binding binding)
           
 
Method Summary
protected  javax.xml.ws.handler.MessageContext createProtocolMessageContext(SoapMessage message)
           
protected  javax.xml.namespace.QName getOpQName(Exchange ex, java.lang.Object data)
           
 java.util.Set<java.net.URI> getRoles()
           
 java.util.Set<javax.xml.namespace.QName> getUnderstoodHeaders()
           
 void handleFault(SoapMessage message)
           
 void handleMessage(SoapMessage message)
           
 
Methods inherited from class org.apache.cxf.jaxws.handler.AbstractJAXWSHandlerInterceptor
getBinding, getInvoker, isMEPComlete, isOutbound, onCompletion, setupBindingOperationInfo
 
Methods inherited from class org.apache.cxf.phase.AbstractPhaseInterceptor
addAfter, addAfter, addBefore, addBefore, 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
 

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 SoapInterceptor

getUnderstoodHeaders

public java.util.Set<javax.xml.namespace.QName> getUnderstoodHeaders()
Specified by:
getUnderstoodHeaders in interface SoapInterceptor

handleMessage

public void handleMessage(SoapMessage message)
Specified by:
handleMessage in interface Interceptor<SoapMessage>
Overrides:
handleMessage in class AbstractProtocolHandlerInterceptor<SoapMessage>

createProtocolMessageContext

protected javax.xml.ws.handler.MessageContext createProtocolMessageContext(SoapMessage message)
Overrides:
createProtocolMessageContext in class AbstractProtocolHandlerInterceptor<SoapMessage>

handleFault

public void handleFault(SoapMessage message)
Specified by:
handleFault in interface Interceptor<SoapMessage>
Overrides:
handleFault in class AbstractPhaseInterceptor<SoapMessage>

getOpQName

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


Apache CXF