@Deprecated public class JAXRSOutExceptionMapperInterceptor extends AbstractOutDatabindingInterceptor
DISABLE_OUTPUTSTREAM_OPTIMIZATION, OUT_BUFFERING| Constructor and Description |
|---|
JAXRSOutExceptionMapperInterceptor()
Deprecated.
|
JAXRSOutExceptionMapperInterceptor(String phase)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
handleFault(Message message)
Deprecated.
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)
Deprecated.
Intercepts a message.
|
getDataWriter, getXMLStreamWriter, setOperationSchemaValidation, shouldBuffer, shouldValidate, writeParts, writeToOutputStreamaddAfter, addAfter, addBefore, addBefore, getAdditionalInterceptors, getAfter, getBefore, getId, getPhase, isGET, isRequestor, setAfter, setBeforepublic JAXRSOutExceptionMapperInterceptor()
public JAXRSOutExceptionMapperInterceptor(String phase)
public void handleFault(Message message)
InterceptorhandleFault in interface Interceptor<Message>handleFault in class AbstractPhaseInterceptor<Message>public void handleMessage(Message message) throws Fault
InterceptorFaultApache CXF