Root class for all web service implementations that use a Java
delegate object for executing Web service operations. Subclasses must
override getImplementationObject() method to provide
the Java object implementing service functionality.
author: Padmanabh Dabke author: (c) 2005 Nabh Information Systems, Inc. All Rights Reserved.
All sub-classes should implement this method to return the delegate
object implementing service operations.
Java object implementing service operations. throws: WebServiceException -