Package org.apache.cxf.validation
Class AbstractBeanValidationInterceptor
java.lang.Object
org.apache.cxf.phase.AbstractPhaseInterceptor<Message>
org.apache.cxf.validation.AbstractValidationInterceptor
org.apache.cxf.validation.AbstractBeanValidationInterceptor
- All Implemented Interfaces:
AutoCloseable
,Interceptor<Message>
,PhaseInterceptor<Message>
- Direct Known Subclasses:
BeanValidationInInterceptor
,ClientBeanValidationOutInterceptor
-
Field Summary
Fields inherited from class org.apache.cxf.validation.AbstractValidationInterceptor
BUNDLE, LOG
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected Method
getServiceMethod
(Message message) protected Object
getServiceObject
(Message message) protected void
unwrapArgs
(List<Object> arguments) Methods inherited from class org.apache.cxf.validation.AbstractValidationInterceptor
close, getProvider, handleMessage, setProvider, setServiceObject
Methods inherited from class org.apache.cxf.phase.AbstractPhaseInterceptor
addAfter, addAfter, addBefore, addBefore, getAdditionalInterceptors, getAfter, getBefore, getId, getPhase, handleFault, isGET, isRequestor, setAfter, setBefore
-
Constructor Details
-
AbstractBeanValidationInterceptor
-
-
Method Details
-
getServiceObject
- Overrides:
getServiceObject
in classAbstractValidationInterceptor
-
getServiceMethod
- Overrides:
getServiceMethod
in classAbstractValidationInterceptor
-
handleValidation
protected void handleValidation(Message message, Object resourceInstance, Method method, List<Object> arguments) - Specified by:
handleValidation
in classAbstractValidationInterceptor
-
unwrapArgs
-