Question about the ServiceLifecycle interface and its use in Axis

2002-04-30 Thread olivier brand
service implementation class implements the ServiceLifecycle interface in order to initialize and release resources ? PS: I have not yet looked at the beta 2 of Axis, might be there Thanks for any answer Olivier

ServiceLifecycle interface...

2002-03-01 Thread Mike Brown
Hi,   I am curious of how to use the ServiceLifecycle interface class.  If I have a web service (RPC style) can I implement this interface and use the init method to access other services perhaps?  I would like to have a service that is of scope application and have session scope services