]
Alessio Soldano updated JBWS-3880:
----------------------------------
Fix Version/s: (was: jbossws-cxf-5.0)
Add apis to allow get all configurations and runtime properties from
Endpoint
-----------------------------------------------------------------------------
Key: JBWS-3880
URL:
https://issues.jboss.org/browse/JBWS-3880
Project: JBoss Web Services
Issue Type: Task
Components: jbossws-cxf
Affects Versions: jbossws-cxf-5.0.0.Beta3
Reporter: Jim Ma
Assignee: Jim Ma
It would be easy to use for management console if there is an api can provide all
endpoint configuration info like : endpoint.getAllConfigsMap().
We can also introduce a RuntimeConfig interface to define the property that can be
changed after the endpoint is publised and servered for requests, so that
getAllConfigsMap() can know which property should be reloaded.