[
https://issues.apache.org/jira/browse/CXF-360?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sean O'Callaghan reassigned CXF-360:
------------------------------------
Assignee: Sean O'Callaghan (was: willem Jiang)
> Enable the registration of a listener to server events
> ------------------------------------------------------
>
> Key: CXF-360
> URL: https://issues.apache.org/jira/browse/CXF-360
> Project: CXF
> Issue Type: Task
> Components: Core
> Reporter: Sean O'Callaghan
> Assigned To: Sean O'Callaghan
>
> Add in the ability to recieve notification of when an endpoints server starts
> and stops, and get info on that server instance.
>
> Propose adding in a ServerLifeCycleManager and ServerLifeCycleListener to the
> api's.
>
> Something along the lines of :
>
> org.apache.cxf.endpoint.ServerLifeCycleManager {
> startServer(org.apache.cxf.endpoint.Server server)
> stopServer(org.apache.cxf.endpoint.Server server)
> registerListener(ServerLifeCycleListener listener)
> unRegisterListener(ServerLifeCycleListener listener)
> }
>
> org.apache.cxf.endpoint.ServerLifeCycleListener {
> startServer(org.apache.cxf.endpoint.Server server)
> stopServer(org.apache.cxf.endpoint.Server server)
> }
>
> where the ServerImpl would be modified to access the ServerLifeCycleManager.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.