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

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.SOAPHandlerFaultInInterceptor
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 SOAPHandlerFaultInInterceptor
extends AbstractProtocolHandlerInterceptor<org.apache.cxf.binding.soap.SoapMessage>
implements org.apache.cxf.binding.soap.interceptor.SoapInterceptor


Field Summary
 
Fields inherited from class org.apache.cxf.jaxws.handler.AbstractJAXWSHandlerInterceptor
binding
 
Constructor Summary
SOAPHandlerFaultInInterceptor(javax.xml.ws.Binding binding)
           
 
Method Summary
protected  javax.xml.ws.handler.MessageContext createProtocolMessageContext(org.apache.cxf.binding.soap.SoapMessage message)
           
 Set<URI> getRoles()
           
 Set<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, getOpQName, isMEPComlete, isOutbound, onCompletion, setupBindingOperationInfo
 
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
 

Constructor Detail

SOAPHandlerFaultInInterceptor

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

getRoles

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

getUnderstoodHeaders

public Set<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>


Apache CXF