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
 
 public abstract class AbstractBeanValidationInterceptor extends AbstractValidationInterceptor 
- 
- 
Field Summary- 
Fields inherited from class org.apache.cxf.validation.AbstractValidationInterceptorBUNDLE, LOG
 
- 
 - 
Constructor SummaryConstructors Modifier Constructor Description protectedAbstractBeanValidationInterceptor(String phase)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected MethodgetServiceMethod(Message message)protected ObjectgetServiceObject(Message message)protected voidhandleValidation(Message message, Object resourceInstance, Method method, List<Object> arguments)protected List<Object>unwrapArgs(List<Object> arguments)- 
Methods inherited from class org.apache.cxf.validation.AbstractValidationInterceptorclose, getProvider, handleMessage, setProvider, setServiceObject
 - 
Methods inherited from class org.apache.cxf.phase.AbstractPhaseInterceptoraddAfter, addAfter, addBefore, addBefore, getAdditionalInterceptors, getAfter, getBefore, getId, getPhase, handleFault, isGET, isRequestor, setAfter, setBefore
 
- 
 
- 
- 
- 
Constructor Detail- 
AbstractBeanValidationInterceptorprotected AbstractBeanValidationInterceptor(String phase) 
 
- 
 - 
Method Detail- 
getServiceObjectprotected Object getServiceObject(Message message) - Overrides:
- getServiceObjectin class- AbstractValidationInterceptor
 
 - 
getServiceMethodprotected Method getServiceMethod(Message message) - Overrides:
- getServiceMethodin class- AbstractValidationInterceptor
 
 - 
handleValidationprotected void handleValidation(Message message, Object resourceInstance, Method method, List<Object> arguments) - Specified by:
- handleValidationin class- AbstractValidationInterceptor
 
 
- 
 
-