You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Daniel Kulp (JIRA)" <ji...@apache.org> on 2009/10/21 02:44:59 UTC

[jira] Resolved: (CXF-2015) Add capability to configure per-request client interceptors

     [ https://issues.apache.org/jira/browse/CXF-2015?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Daniel Kulp resolved CXF-2015.
------------------------------

       Resolution: Fixed
    Fix Version/s: 2.2.5

> 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
>            Assignee: Daniel Kulp
>             Fix For: 2.2.5
>
>
> 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.