Class JAXRSClientBeanValidationOutInterceptor

java.lang.Object
org.apache.cxf.phase.AbstractPhaseInterceptor<org.apache.cxf.message.Message>
org.apache.cxf.validation.AbstractValidationInterceptor
org.apache.cxf.validation.AbstractBeanValidationInterceptor
org.apache.cxf.validation.ClientBeanValidationOutInterceptor
org.apache.cxf.jaxrs.client.validation.JAXRSClientBeanValidationOutInterceptor
All Implemented Interfaces:
AutoCloseable, org.apache.cxf.interceptor.Interceptor<org.apache.cxf.message.Message>, org.apache.cxf.phase.PhaseInterceptor<org.apache.cxf.message.Message>

public class JAXRSClientBeanValidationOutInterceptor extends org.apache.cxf.validation.ClientBeanValidationOutInterceptor
  • Field Summary

    Fields inherited from class org.apache.cxf.validation.AbstractValidationInterceptor

    BUNDLE, LOG
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    handleValidation(org.apache.cxf.message.Message message, Object resourceInstance, Method method, List<Object> arguments)
     
    void
    setWrapInProcessingException(boolean wrapInProcessingException)
     

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

    getServiceMethod, getServiceObject, unwrapArgs

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

    close, getProvider, handleMessage, setProvider, setServiceObject

    Methods inherited from class org.apache.cxf.phase.AbstractPhaseInterceptor

    addAfter, addAfter, addBefore, addBefore, getAdditionalInterceptors, getAfter, getBefore, getId, getPhase, handleFault, isGET, isRequestor, setAfter, setBefore

    Methods inherited from class java.lang.Object

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

    • JAXRSClientBeanValidationOutInterceptor

      public JAXRSClientBeanValidationOutInterceptor()
  • Method Details

    • handleValidation

      protected void handleValidation(org.apache.cxf.message.Message message, Object resourceInstance, Method method, List<Object> arguments)
      Overrides:
      handleValidation in class org.apache.cxf.validation.AbstractBeanValidationInterceptor
    • setWrapInProcessingException

      public void setWrapInProcessingException(boolean wrapInProcessingException)