You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Eoghan Glynn (JIRA)" <ji...@apache.org> on 2007/05/11 13:31:19 UTC

[jira] Created: (CXF-644) Allow determination of the Features applied to an endpoint

Allow determination of the Features applied to an endpoint
----------------------------------------------------------

                 Key: CXF-644
                 URL: https://issues.apache.org/jira/browse/CXF-644
             Project: CXF
          Issue Type: Improvement
            Reporter: Eoghan Glynn
         Assigned To: Eoghan Glynn


Allow programmatic determination of the Features applied to an endpoint, for example from within ServerLifeCycleListener.startServer() .

This particular feature wouldn't necessarily be involved in installing interceptors or whatever else a feature usually does in initialize(). Instead it would just be the *presence* of the  feature that causes the ServerLifeCycleListener to take a particular course of action.

This could be acheived via a new setFeautures() method on org.apache.cxf.endpoint.EndpointImpl, which would be called by ServerFactoryBean.create() on the endpoint created via AbstractServiceFactoryBean.create()

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


[jira] Resolved: (CXF-644) Allow determination of the Features applied to an endpoint

Posted by "Eoghan Glynn (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-644?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Eoghan Glynn resolved CXF-644.
------------------------------

    Resolution: Fixed

> Allow determination of the Features applied to an endpoint
> ----------------------------------------------------------
>
>                 Key: CXF-644
>                 URL: https://issues.apache.org/jira/browse/CXF-644
>             Project: CXF
>          Issue Type: Improvement
>            Reporter: Eoghan Glynn
>         Assigned To: Eoghan Glynn
>
> Allow programmatic determination of the Features applied to an endpoint, for example from within ServerLifeCycleListener.startServer() .
> This particular feature wouldn't necessarily be involved in installing interceptors or whatever else a feature usually does in initialize(). Instead it would just be the *presence* of the  feature that causes the ServerLifeCycleListener to take a particular course of action.
> This could be acheived via a new setFeautures() method on org.apache.cxf.endpoint.EndpointImpl, which would be called by ServerFactoryBean.create() on the endpoint created via AbstractServiceFactoryBean.create()

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