public class XMLFaultOutInterceptor extends AbstractOutDatabindingInterceptor
DISABLE_OUTPUTSTREAM_OPTIMIZATION, OUT_BUFFERING
Constructor and Description |
---|
XMLFaultOutInterceptor() |
XMLFaultOutInterceptor(String phase) |
Modifier and Type | Method and Description |
---|---|
void |
handleFault(Message 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(Message message)
Intercepts a message.
|
protected boolean |
mustPropogateException(Message m) |
getDataWriter, getXMLStreamWriter, isRequestor, shouldValidate, writeParts, writeToOutputStream
public XMLFaultOutInterceptor()
public XMLFaultOutInterceptor(String phase)
public void handleMessage(Message message) throws Fault
Interceptor
Fault
public void handleFault(Message message) throws Fault
Interceptor
handleFault
in interface Interceptor<Message>
handleFault
in class AbstractPhaseInterceptor<Message>
Fault
protected boolean mustPropogateException(Message m)
Apache CXF