public class SAAJOutInterceptor extends AbstractSoapInterceptor
| Modifier and Type | Class and Description |
|---|---|
static class |
SAAJOutInterceptor.SAAJOutEndingInterceptor |
| Modifier and Type | Field and Description |
|---|---|
static String |
ORIGINAL_XML_WRITER |
| Constructor and Description |
|---|
SAAJOutInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
MessageFactory |
getFactory(SoapMessage message) |
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.
|
getFaultCodePrefix, getRoles, getUnderstoodHeaders, prepareStackTraceaddAfter, addAfter, addBefore, addBefore, getAdditionalInterceptors, getAfter, getBefore, getId, getPhase, isGET, isRequestor, setAfter, setBeforepublic static final String ORIGINAL_XML_WRITER
public MessageFactory getFactory(SoapMessage message) throws SOAPException
SOAPExceptionpublic void handleMessage(SoapMessage message) throws Fault
InterceptorFaultpublic void handleFault(SoapMessage message)
InterceptorhandleFault in interface Interceptor<SoapMessage>handleFault in class AbstractPhaseInterceptor<SoapMessage>Apache CXF