Class AbstractSoapInterceptor
java.lang.Object
org.apache.cxf.phase.AbstractPhaseInterceptor<SoapMessage>
org.apache.cxf.binding.soap.interceptor.AbstractSoapInterceptor
- All Implemented Interfaces:
SoapInterceptor,org.apache.cxf.interceptor.Interceptor<SoapMessage>,org.apache.cxf.phase.PhaseInterceptor<SoapMessage>
- Direct Known Subclasses:
CheckFaultInterceptor,MustUnderstandInterceptor,MustUnderstandInterceptor.MustUnderstandEndingInterceptor,ReadHeadersInterceptor,ReadHeadersInterceptor.CheckClosingTagsInterceptor,SAAJInInterceptor,SAAJInInterceptor.SAAJPreInInterceptor,SAAJOutInterceptor,SAAJOutInterceptor.SAAJOutEndingInterceptor,Soap11FaultInInterceptor,Soap11FaultOutInterceptor,Soap12FaultInInterceptor,Soap12FaultOutInterceptor,SoapActionInInterceptor,SoapActionInInterceptor.SoapActionInAttemptTwoInterceptor,SoapHeaderOutFilterInterceptor,SoapJMSInInterceptor,SoapOutInterceptor,SoapOutInterceptor.SoapOutEndingInterceptor,SoapPreProtocolOutInterceptor,StartBodyInterceptor
public abstract class AbstractSoapInterceptor
extends org.apache.cxf.phase.AbstractPhaseInterceptor<SoapMessage>
implements SoapInterceptor
-
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionprotected StringgetFaultCodePrefix(XMLStreamWriter writer, QName faultCode) getRoles()protected voidprepareStackTrace(SoapMessage message, SoapFault fault) Methods inherited from class org.apache.cxf.phase.AbstractPhaseInterceptor
addAfter, addAfter, addBefore, addBefore, getAdditionalInterceptors, getAfter, getBefore, getId, getPhase, handleFault, isGET, isRequestor, setAfter, setBeforeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.cxf.interceptor.Interceptor
handleFault, handleMessage
-
Constructor Details
-
AbstractSoapInterceptor
-
AbstractSoapInterceptor
-
-
Method Details
-
getRoles
- Specified by:
getRolesin interfaceSoapInterceptor
-
getUnderstoodHeaders
- Specified by:
getUnderstoodHeadersin interfaceSoapInterceptor
-
getFaultCodePrefix
protected String getFaultCodePrefix(XMLStreamWriter writer, QName faultCode) throws XMLStreamException - Throws:
XMLStreamException
-
prepareStackTrace
- Throws:
Exception
-