| init() is called when a new instance of the implementing class has been created.
This occurs in sync with session/ServiceContext creation. This method gives classes
a chance to do any setup work (grab resources, establish connections, etc) before
they are invoked by a service request.
Parameters: context - the active ServiceContext throws: AxisFault - if something goes wrong. Throwing a fault here will result in eitherfailed deployment (for application-scoped services) or failed requests. |