com.nabhinc.ws.core |
Stringbeans Web services core classes.
|
Java Source File Name | Type | Comment |
BaseObject.java | Interface | Base interface for all system objects in Web services framework.
It defines methods for getting and setting object properties, and
a destroy that indicates end of the lifecycle.
author: Padmanabh Dabke author: (c) 2005 Nabh Information Systems, Inc. |
BaseObjectImpl.java | Class | Default implementation of BaseObject interface. |
LocalRegistry.java | Class | Maintains a mapping between service ids and services for local services.
This class is used both on the server and client side. |
MethodArgument.java | Class | Represents an argument for a method on a Web service.
author: Padmanabh Dabke author: (c) 2005 Nabh Information Systems, Inc. |
PropertyInfo.java | Class | Encapsulates a Web service framework object property information
including the property name and value, description, etc.
author: Padmanabh Dabke author: (c) 2005 Nabh Information Systems, Inc. |
RemoteObject.java | Interface | Root interface of all remote web service references.
author: Padmanabh Dabke author: (c) 2005 Nabh Information Systems, Inc. |
UnavailableException.java | Class | Thrown by a Web service to indicate its unavailability to
process requests. |
WebServiceException.java | Class | Root exception thrown by a Web service when it encounters an
error in processing a request.
author: Padmanabh Dabke author: (c) 2005 Nabh Information Systems, Inc. |
WebServiceSecurityException.java | Class | Thrown by a Web service when the call does not have enough
priviledges to call a method.
author: Padmanabh Dabke author: (c) 2005 Nabh Information Systems, Inc. |
WebServiceUtil.java | Class | Class providing static utility methods for Web services framework.
author: Padmanabh Dabke author: (c) 2005 Nabh Information Systems, Inc. |