public abstract class AbstractBeanValidationInterceptor extends AbstractValidationInterceptor
BUNDLE, LOG
Modifier | Constructor and Description |
---|---|
protected |
AbstractBeanValidationInterceptor(String phase) |
Modifier and Type | Method and Description |
---|---|
protected Method |
getServiceMethod(Message message) |
protected Object |
getServiceObject(Message message) |
protected void |
handleValidation(Message message,
Object resourceInstance,
Method method,
List<Object> arguments) |
protected List<Object> |
unwrapArgs(List<Object> arguments) |
getProvider, handleMessage, setProvider, setServiceObject
addAfter, addAfter, addBefore, addBefore, getAdditionalInterceptors, getAfter, getBefore, getId, getPhase, handleFault, isGET, isRequestor, setAfter, setBefore
protected AbstractBeanValidationInterceptor(String phase)
protected Object getServiceObject(Message message)
getServiceObject
in class AbstractValidationInterceptor
protected Method getServiceMethod(Message message)
getServiceMethod
in class AbstractValidationInterceptor
protected void handleValidation(Message message, Object resourceInstance, Method method, List<Object> arguments)
handleValidation
in class AbstractValidationInterceptor
Copyright © 2017 JBoss by Red Hat. All rights reserved.