|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.cxf.phase.AbstractPhaseInterceptor<T>
org.apache.cxf.jaxws.handler.AbstractJAXWSHandlerInterceptor<T>
org.apache.cxf.jaxws.handler.AbstractProtocolHandlerInterceptor<SoapMessage>
org.apache.cxf.jaxws.handler.soap.SOAPHandlerFaultOutInterceptor
public class SOAPHandlerFaultOutInterceptor
Constructor Summary | |
---|---|
SOAPHandlerFaultOutInterceptor(javax.xml.ws.Binding binding)
|
Method Summary | |
---|---|
protected javax.xml.ws.handler.MessageContext |
createProtocolMessageContext(SoapMessage message)
|
java.util.Set<java.net.URI> |
getRoles()
|
java.util.Set<javax.xml.namespace.QName> |
getUnderstoodHeaders()
|
void |
handleFault(SoapMessage message)
Called for all interceptors (in reverse order) on which handleMessage had been successfully invoked, when normal execution of the chain was aborted for some reason. |
void |
handleMessage(SoapMessage message)
Intercepts a message. |
Methods inherited from class org.apache.cxf.jaxws.handler.AbstractJAXWSHandlerInterceptor |
---|
getBinding, getInvoker, getOpQName, 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 |
---|
public SOAPHandlerFaultOutInterceptor(javax.xml.ws.Binding binding)
Method Detail |
---|
public java.util.Set<java.net.URI> getRoles()
getRoles
in interface SoapInterceptor
public java.util.Set<javax.xml.namespace.QName> getUnderstoodHeaders()
getUnderstoodHeaders
in interface SoapInterceptor
public void handleMessage(SoapMessage message)
Interceptor
handleMessage
in interface Interceptor<SoapMessage>
handleMessage
in class AbstractProtocolHandlerInterceptor<SoapMessage>
protected javax.xml.ws.handler.MessageContext createProtocolMessageContext(SoapMessage message)
createProtocolMessageContext
in class AbstractProtocolHandlerInterceptor<SoapMessage>
public void handleFault(SoapMessage message)
Interceptor
handleFault
in interface Interceptor<SoapMessage>
handleFault
in class AbstractPhaseInterceptor<SoapMessage>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |