Class JAXRSClientBeanValidationFeature

java.lang.Object
jakarta.xml.ws.WebServiceFeature
org.apache.cxf.feature.AbstractFeature
org.apache.cxf.feature.DelegatingFeature<org.apache.cxf.validation.ClientBeanValidationFeature.Portable>
org.apache.cxf.validation.ClientBeanValidationFeature
org.apache.cxf.jaxrs.client.validation.JAXRSClientBeanValidationFeature
All Implemented Interfaces:
org.apache.cxf.feature.AbstractPortableFeature, org.apache.cxf.feature.Feature

public class JAXRSClientBeanValidationFeature extends org.apache.cxf.validation.ClientBeanValidationFeature
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
     
  • Field Summary

    Fields inherited from class org.apache.cxf.feature.DelegatingFeature

    delegate

    Fields inherited from class jakarta.xml.ws.WebServiceFeature

    enabled
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setWrapInProcessingException(boolean wrapInProcessingException)
     

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

    addInterceptor, setProvider

    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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • JAXRSClientBeanValidationFeature

      public JAXRSClientBeanValidationFeature()
  • Method Details

    • setWrapInProcessingException

      public void setWrapInProcessingException(boolean wrapInProcessingException)