7 Replies Latest reply on Oct 4, 2012 9:25 AM by dsingh

    CXF - JaxRS support's JAXRSInInterceptor's behaviour for providers

    dsingh

      JAXRSInInterceptor has a block to address request handling through configured requesthandlers in processRequest() method.

       

      Here, it checks for acceptTypes again and again, so does that mean that the requestHandlers are capable of changing the request's acceptType?

      An example would be really helpful to understand the use-case for this.