org.apache.cxf.jaxrs.validation
Class JAXRSBeanValidationFeature
java.lang.Object
javax.xml.ws.WebServiceFeature
org.apache.cxf.feature.AbstractFeature
org.apache.cxf.jaxrs.validation.JAXRSBeanValidationFeature
- All Implemented Interfaces:
- org.apache.cxf.feature.Feature
public class JAXRSBeanValidationFeature
- extends org.apache.cxf.feature.AbstractFeature
|
Method Summary |
protected void |
initializeProvider(org.apache.cxf.interceptor.InterceptorProvider interceptorProvider,
org.apache.cxf.Bus bus)
|
void |
setProvider(org.apache.cxf.validation.BeanValidationProvider provider)
|
| Methods inherited from class org.apache.cxf.feature.AbstractFeature |
getActive, getID, initialize, initialize, initialize, initialize |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JAXRSBeanValidationFeature
public JAXRSBeanValidationFeature()
initializeProvider
protected void initializeProvider(org.apache.cxf.interceptor.InterceptorProvider interceptorProvider,
org.apache.cxf.Bus bus)
- Overrides:
initializeProvider in class org.apache.cxf.feature.AbstractFeature
setProvider
public void setProvider(org.apache.cxf.validation.BeanValidationProvider provider)
Apache CXF