org.apache.cxf.validation
Class BeanValidationOutInterceptor
java.lang.Object
org.apache.cxf.phase.AbstractPhaseInterceptor<Message>
org.apache.cxf.validation.AbstractValidationInterceptor
org.apache.cxf.validation.BeanValidationOutInterceptor
- All Implemented Interfaces:
- Interceptor<Message>, PhaseInterceptor<Message>
- Direct Known Subclasses:
- JAXRSBeanValidationOutInterceptor
public class BeanValidationOutInterceptor
- extends AbstractValidationInterceptor
Methods inherited from class org.apache.cxf.phase.AbstractPhaseInterceptor |
addAfter, addAfter, addBefore, addBefore, getAdditionalInterceptors, getAfter, getBefore, getId, getPhase, handleFault, isGET, isRequestor, setAfter, setBefore |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BeanValidationOutInterceptor
public BeanValidationOutInterceptor()
BeanValidationOutInterceptor
public BeanValidationOutInterceptor(String phase)
handleValidation
protected void handleValidation(Message message,
Object resourceInstance,
Method method,
List<Object> arguments)
- Specified by:
handleValidation
in class AbstractValidationInterceptor
unwrapEntity
protected Object unwrapEntity(Object entity)
getOutProvider
protected BeanValidationProvider getOutProvider(Message message)
isEnforceOnlyBeanConstraints
public boolean isEnforceOnlyBeanConstraints()
setEnforceOnlyBeanConstraints
public void setEnforceOnlyBeanConstraints(boolean enforceOnlyBeanConstraints)
Apache CXF