public class JAXRSDefaultFaultOutInterceptor
extends org.apache.cxf.interceptor.AbstractOutDatabindingInterceptor
| Constructor and Description |
|---|
JAXRSDefaultFaultOutInterceptor() |
JAXRSDefaultFaultOutInterceptor(String phase) |
| Modifier and Type | Method and Description |
|---|---|
void |
handleFault(org.apache.cxf.message.Message message) |
void |
handleMessage(org.apache.cxf.message.Message message) |
protected boolean |
mustPropogateException(org.apache.cxf.message.Message m) |
getDataWriter, getXMLStreamWriter, isRequestor, setOperationSchemaValidation, shouldBuffer, shouldValidate, writeParts, writeToOutputStreampublic JAXRSDefaultFaultOutInterceptor()
public JAXRSDefaultFaultOutInterceptor(String phase)
public void handleMessage(org.apache.cxf.message.Message message)
throws org.apache.cxf.interceptor.Fault
org.apache.cxf.interceptor.Faultpublic void handleFault(org.apache.cxf.message.Message message)
throws org.apache.cxf.interceptor.Fault
handleFault in interface org.apache.cxf.interceptor.Interceptor<org.apache.cxf.message.Message>handleFault in class org.apache.cxf.phase.AbstractPhaseInterceptor<org.apache.cxf.message.Message>org.apache.cxf.interceptor.Faultprotected boolean mustPropogateException(org.apache.cxf.message.Message m)
Apache CXF