Re: init and destroy functions in an application scope axis2 service

2007-05-29 Thread Deepal Jayasinghe
Hi Gul > > I see init and destroy functions implemented in one of the samples > (servicelifecycle) in Axis2 distro. > > public void init(ServiceContext serviceContext) > public void destroy(ServiceContext serviceContext) throws AxisFault > > *When are these functions get invoked for a servic

init and destroy functions in an application scope axis2 service

2007-05-29 Thread Gul Onural
I see init and destroy functions implemented in one of the samples (servicelifecycle) in Axis2 distro. public void init(ServiceContext serviceContext) public void destroy(ServiceContext serviceContext) throws AxisFault When are these functions get invoked for a service that is deployed as "a