@Provider public class JAXRSBeanValidationInInterceptor extends BeanValidationInInterceptor implements javax.ws.rs.container.ContainerRequestFilter
BUNDLE, LOG
Constructor and Description |
---|
JAXRSBeanValidationInInterceptor() |
JAXRSBeanValidationInInterceptor(String phase) |
Modifier and Type | Method and Description |
---|---|
void |
filter(javax.ws.rs.container.ContainerRequestContext context) |
protected Object |
getServiceObject(Message message) |
protected void |
handleValidation(Message message,
Object resourceInstance,
Method method,
List<Object> arguments) |
getServiceMethod, unwrapArgs
getProvider, handleMessage, setProvider, setServiceObject
addAfter, addAfter, addBefore, addBefore, getAdditionalInterceptors, getAfter, getBefore, getId, getPhase, handleFault, isGET, isRequestor, setAfter, setBefore
public JAXRSBeanValidationInInterceptor()
public JAXRSBeanValidationInInterceptor(String phase)
protected Object getServiceObject(Message message)
getServiceObject
in class BeanValidationInInterceptor
protected void handleValidation(Message message, Object resourceInstance, Method method, List<Object> arguments)
handleValidation
in class BeanValidationInInterceptor
public void filter(javax.ws.rs.container.ContainerRequestContext context) throws IOException
filter
in interface javax.ws.rs.container.ContainerRequestFilter
IOException
Apache CXF