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, prepareStackTrace
addAfter, addAfter, addBefore, addBefore, getAdditionalInterceptors, getAfter, getBefore, getId, getPhase, isGET, isRequestor, setAfter, setBefore
public static final String ORIGINAL_XML_WRITER
public MessageFactory getFactory(SoapMessage message) throws SOAPException
SOAPException
public void handleMessage(SoapMessage message) throws Fault
Interceptor
Fault
public void handleFault(SoapMessage message)
Interceptor
handleFault
in interface Interceptor<SoapMessage>
handleFault
in class AbstractPhaseInterceptor<SoapMessage>
Apache CXF