public class BeanValidationInInterceptor extends AbstractValidationInterceptor
BUNDLE, LOG| Constructor and Description |
|---|
BeanValidationInInterceptor() |
BeanValidationInInterceptor(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, setServiceObjectaddAfter, addAfter, addBefore, addBefore, getAdditionalInterceptors, getAfter, getBefore, getId, getPhase, handleFault, isGET, isRequestor, setAfter, setBeforepublic BeanValidationInInterceptor()
public BeanValidationInInterceptor(String phase)
protected Object getServiceObject(Message message)
getServiceObject in class AbstractValidationInterceptorprotected Method getServiceMethod(Message message)
getServiceMethod in class AbstractValidationInterceptorprotected void handleValidation(Message message, Object resourceInstance, Method method, List<Object> arguments)
handleValidation in class AbstractValidationInterceptorApache CXF