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
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    doInitializeProvider(org.apache.cxf.interceptor.InterceptorProvider interceptorProvider, org.apache.cxf.Bus bus)
     
    void
    setWrapInProcessingException(boolean wrapInProcessingException)
     

    Methods inherited from class org.apache.cxf.validation.ClientBeanValidationFeature.Portable

    addInterceptor, setProvider

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.apache.cxf.feature.AbstractPortableFeature

    initialize, initialize, initialize, initialize
  • Constructor Details

    • Portable

      public Portable()
  • Method Details

    • doInitializeProvider

      public void doInitializeProvider(org.apache.cxf.interceptor.InterceptorProvider interceptorProvider, org.apache.cxf.Bus bus)
      Specified by:
      doInitializeProvider in interface org.apache.cxf.feature.AbstractPortableFeature
      Overrides:
      doInitializeProvider in class org.apache.cxf.validation.ClientBeanValidationFeature.Portable
    • setWrapInProcessingException

      public void setWrapInProcessingException(boolean wrapInProcessingException)