On Thu February 25 2010 12:19:56 am Richards, Wayne wrote: > I am new to CXF. I have a web service up and running with multiple > methods/services available. I need to be able to catch the termination > of the web service to do some cleanup of objects. I cannot see how this > is done. Does anyone have any experience in doing this?
The Bus holds onto a ServerLifeCycleManager where you can register a listener for events relating to the starting/stopping of services. That may be all that is needed. -- Daniel Kulp [email protected] http://www.dankulp.com/blog
