Package org.apache.cxf.validation
Class ClientBeanValidationFeature
java.lang.Object
javax.xml.ws.WebServiceFeature
org.apache.cxf.feature.AbstractFeature
org.apache.cxf.feature.DelegatingFeature<ClientBeanValidationFeature.Portable>
org.apache.cxf.validation.ClientBeanValidationFeature
- All Implemented Interfaces:
AbstractPortableFeature
,Feature
public class ClientBeanValidationFeature
extends DelegatingFeature<ClientBeanValidationFeature.Portable>
-
Nested Class Summary
-
Field Summary
Fields inherited from class org.apache.cxf.feature.DelegatingFeature
delegate
Fields inherited from class javax.xml.ws.WebServiceFeature
enabled
-
Constructor Summary
ModifierConstructorDescriptionprotected
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addInterceptor
(InterceptorProvider interceptorProvider, ClientBeanValidationOutInterceptor out) void
setProvider
(BeanValidationProvider provider) Methods inherited from class org.apache.cxf.feature.DelegatingFeature
getDelegate, initialize, initialize, initialize, initialize, initializeProvider, setDelegate
Methods inherited from class org.apache.cxf.feature.AbstractFeature
doInitializeProvider, getActive, getID, isEnabled
-
Constructor Details
-
ClientBeanValidationFeature
public ClientBeanValidationFeature() -
ClientBeanValidationFeature
-
-
Method Details
-
addInterceptor
public void addInterceptor(InterceptorProvider interceptorProvider, ClientBeanValidationOutInterceptor out) -
setProvider
-