@Provider
public class JAXRSBeanValidationInInterceptor
extends org.apache.cxf.validation.BeanValidationInInterceptor
implements javax.ws.rs.container.ContainerRequestFilter
| Constructor and Description |
|---|
JAXRSBeanValidationInInterceptor() |
JAXRSBeanValidationInInterceptor(String phase) |
| Modifier and Type | Method and Description |
|---|---|
void |
filter(javax.ws.rs.container.ContainerRequestContext context) |
protected Object |
getServiceObject(org.apache.cxf.message.Message message) |
protected void |
handleValidation(org.apache.cxf.message.Message message,
Object resourceInstance,
Method method,
List<Object> arguments) |
getServiceMethod, unwrapArgsclose, getProvider, handleMessage, setProvider, setServiceObjectpublic JAXRSBeanValidationInInterceptor()
public JAXRSBeanValidationInInterceptor(String phase)
protected Object getServiceObject(org.apache.cxf.message.Message message)
getServiceObject in class org.apache.cxf.validation.AbstractBeanValidationInterceptorprotected void handleValidation(org.apache.cxf.message.Message message,
Object resourceInstance,
Method method,
List<Object> arguments)
handleValidation in class org.apache.cxf.validation.AbstractBeanValidationInterceptorpublic void filter(javax.ws.rs.container.ContainerRequestContext context)
throws IOException
filter in interface javax.ws.rs.container.ContainerRequestFilterIOExceptionApache CXF