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

      All Methods Instance Methods Concrete Methods 
      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
    • Constructor Detail

      • JAXRSClientBeanValidationOutInterceptor

        public JAXRSClientBeanValidationOutInterceptor()
    • Method Detail

      • 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)