public class JAXRSClientBeanValidationOutInterceptor
extends org.apache.cxf.validation.ClientBeanValidationOutInterceptor
| Constructor and Description |
|---|
JAXRSClientBeanValidationOutInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
handleValidation(org.apache.cxf.message.Message message,
Object resourceInstance,
Method method,
List<Object> arguments) |
void |
setWrapInProcessingException(boolean wrapInProcessingException) |
getServiceMethod, getServiceObject, unwrapArgsclose, getProvider, handleMessage, setProvider, setServiceObjectpublic JAXRSClientBeanValidationOutInterceptor()
protected void handleValidation(org.apache.cxf.message.Message message,
Object resourceInstance,
Method method,
List<Object> arguments)
handleValidation in class org.apache.cxf.validation.AbstractBeanValidationInterceptorpublic void setWrapInProcessingException(boolean wrapInProcessingException)
Apache CXF