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.