public class SAAJInInterceptor extends AbstractSoapInterceptor
| Modifier and Type | Class and Description |
|---|---|
static class |
SAAJInInterceptor.SAAJPreInInterceptor
This class sets up the Document in the Message so that the ReadHeadersInterceptor
can read directly into the SAAJ document instead of creating a new DOM
that we would need to copy into the SAAJ later.
|
| Modifier and Type | Field and Description |
|---|---|
static SAAJInInterceptor |
INSTANCE |
| Constructor and Description |
|---|
SAAJInInterceptor() |
SAAJInInterceptor(String phase) |
| Modifier and Type | Method and Description |
|---|---|
Collection<org.apache.cxf.phase.PhaseInterceptor<? extends org.apache.cxf.message.Message>> |
getAdditionalInterceptors() |
void |
handleMessage(SoapMessage message) |
static void |
replaceHeaders(SOAPMessage soapMessage,
SoapMessage message) |
getFaultCodePrefix, getRoles, getUnderstoodHeaders, prepareStackTraceaddAfter, addAfter, addBefore, addBefore, getAfter, getBefore, getId, getPhase, handleFault, isGET, isRequestor, setAfter, setBeforepublic static final SAAJInInterceptor INSTANCE
public SAAJInInterceptor()
public SAAJInInterceptor(String phase)
public Collection<org.apache.cxf.phase.PhaseInterceptor<? extends org.apache.cxf.message.Message>> getAdditionalInterceptors()
getAdditionalInterceptors in interface org.apache.cxf.phase.PhaseInterceptor<SoapMessage>getAdditionalInterceptors in class org.apache.cxf.phase.AbstractPhaseInterceptor<SoapMessage>public void handleMessage(SoapMessage message) throws org.apache.cxf.interceptor.Fault
org.apache.cxf.interceptor.Faultpublic static void replaceHeaders(SOAPMessage soapMessage, SoapMessage message) throws SOAPException
SOAPExceptionApache CXF