Called by the ServiceContext to initialized the service.
This implementation stores the ServletConfig object it
receives from the servlet container for later use and
calls the init() method. When overriding this form of the
method, call super.init(config) at the very beginning of
the method.
Parameters: config - a ServiceConfig object containing theservice's configuration and initialization parameters throws: ServiceException - if an exception has occurred thatinterferes with the service's normal operation |