Class AbstractSoapInterceptor
- java.lang.Object
-
- org.apache.cxf.phase.AbstractPhaseInterceptor<SoapMessage>
-
- org.apache.cxf.binding.soap.interceptor.AbstractSoapInterceptor
-
- All Implemented Interfaces:
SoapInterceptor,Interceptor<SoapMessage>,PhaseInterceptor<SoapMessage>
- Direct Known Subclasses:
AbstractTokenInterceptor,CheckFaultInterceptor,CryptoCoverageChecker,DecoupledFaultHandler,MAPCodec,MustUnderstandInterceptor,MustUnderstandInterceptor.MustUnderstandEndingInterceptor,ReadHeadersInterceptor,ReadHeadersInterceptor.CheckClosingTagsInterceptor,RMSoapInInterceptor,RMSoapOutInterceptor,SAAJInInterceptor,SAAJInInterceptor.SAAJPreInInterceptor,SAAJOutInterceptor,SAAJOutInterceptor.SAAJOutEndingInterceptor,Soap11FaultInInterceptor,Soap11FaultOutInterceptor,Soap12FaultInInterceptor,Soap12FaultOutInterceptor,SoapActionInInterceptor,SoapActionInInterceptor.SoapActionInAttemptTwoInterceptor,SoapHeaderOutFilterInterceptor,SoapJMSInInterceptor,SoapOutInterceptor,SoapOutInterceptor.SoapOutEndingInterceptor,SoapPreProtocolOutInterceptor,StartBodyInterceptor,SwAInInterceptor,SwAOutInterceptor
public abstract class AbstractSoapInterceptor extends AbstractPhaseInterceptor<SoapMessage> implements SoapInterceptor
-
-
Constructor Summary
Constructors Constructor Description AbstractSoapInterceptor(String p)AbstractSoapInterceptor(String i, String p)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StringgetFaultCodePrefix(XMLStreamWriter writer, QName faultCode)Set<URI>getRoles()Set<QName>getUnderstoodHeaders()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, setBefore
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.cxf.interceptor.Interceptor
handleFault, handleMessage
-
-
-
-
Method Detail
-
getRoles
public Set<URI> getRoles()
- Specified by:
getRolesin interfaceSoapInterceptor
-
getUnderstoodHeaders
public Set<QName> getUnderstoodHeaders()
- Specified by:
getUnderstoodHeadersin interfaceSoapInterceptor
-
getFaultCodePrefix
protected String getFaultCodePrefix(XMLStreamWriter writer, QName faultCode) throws XMLStreamException
- Throws:
XMLStreamException
-
prepareStackTrace
protected void prepareStackTrace(SoapMessage message, SoapFault fault) throws Exception
- Throws:
Exception
-
-