This interface provides context information to Web services in the same
way a ServletContext provides context info to servlets. In
addition, it also provides access to server related information.
author: Padmanabh Dabke author: (c) 2005 Nabh Information Systems, Inc. All Rights Reserved.
Returns ID of the current server instance. This may be used
in storing individual server-specific information in a clustered
environment
ID of the server, the Web service is running in.
Get ServletConfig object corresponding to the WebServicesServlet that
is loading Web services framework. Note that using this method
will restrict your service to run in a servlet environment.
ServletConfig for the current WebServicesServlet
Sets the specified attribute to the given value. If
the value is null, the effect is the same as doing
removeAttribute Parameters: name - Attribute name Parameters: value - Attribute value