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) | 
close, getProvider, handleMessage, setProvider, setServiceObjectaddAfter, addAfter, addBefore, addBefore, getAdditionalInterceptors, getAfter, getBefore, getId, getPhase, handleFault, isGET, isRequestor, setAfter, setBeforeprotected AbstractBeanValidationInterceptor(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