Class JAXRSClientBeanValidationFeature.Portable
- java.lang.Object
-
- org.apache.cxf.validation.ClientBeanValidationFeature.Portable
-
- org.apache.cxf.jaxrs.client.validation.JAXRSClientBeanValidationFeature.Portable
-
- All Implemented Interfaces:
org.apache.cxf.feature.AbstractPortableFeature,org.apache.cxf.feature.Feature
- Enclosing class:
- JAXRSClientBeanValidationFeature
public static class JAXRSClientBeanValidationFeature.Portable extends org.apache.cxf.validation.ClientBeanValidationFeature.Portable
-
-
Constructor Summary
Constructors Constructor Description Portable()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddoInitializeProvider(org.apache.cxf.interceptor.InterceptorProvider interceptorProvider, org.apache.cxf.Bus bus)voidsetWrapInProcessingException(boolean wrapInProcessingException)-
Methods inherited from class org.apache.cxf.validation.ClientBeanValidationFeature.Portable
addInterceptor, setProvider
-
-
-
-
Method Detail
-
doInitializeProvider
public void doInitializeProvider(org.apache.cxf.interceptor.InterceptorProvider interceptorProvider, org.apache.cxf.Bus bus)- Specified by:
doInitializeProviderin interfaceorg.apache.cxf.feature.AbstractPortableFeature- Overrides:
doInitializeProviderin classorg.apache.cxf.validation.ClientBeanValidationFeature.Portable
-
setWrapInProcessingException
public void setWrapInProcessingException(boolean wrapInProcessingException)
-
-