Add capability to configure per-request client interceptors
-----------------------------------------------------------

                 Key: CXF-2015
                 URL: https://issues.apache.org/jira/browse/CXF-2015
             Project: CXF
          Issue Type: New Feature
          Components: Core
    Affects Versions: 2.1.2
            Reporter: Kenny MacLeod


In its current form, CXF only allows you to configure a given client proxy with 
a fixed set of interceptors, which are set up when the proxy object is 
generated. In some cases, though, the interceptor stack needs to change on a 
per-request basis. There is no easy way to do this in the CXF API short of 
re-generating the client proxy each time.

I would like to see a way of wrapping the proxy with additional interceptors 
which applies only to the current invocation.  These interceptors would be 
applies in addition to the statically-configured ones.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to