com.nabhinc.ws.server |
Stringbeans Web Services server object classes.
|
Java Source File Name | Type | Comment |
AdminRequestWrapper.java | Class | |
Current.java | Class | Used for storing the Web service request context, servlet request,
response, and session objects associated with the current thread.
author: Padmanabh Dabke author: (c) 2005 Nabh Information Systems, Inc. |
HTTPWebServiceContext.java | Class | Default implementation of WebServiceContext interface.
author: Padmanabh Dabke author: (c) 2005 Nabh Information Systems, Inc. |
HTTPWebServiceRequest.java | Class | Implementation of WebServiceRequest interface for
servlet containers.
author: Padmanabh Dabke author: (c) 2005 Nabh Information Systems, Inc. |
HTTPWebServiceSession.java | Class | Implementation of WebServiceSession interface based
on HTTP session.
author: Padmanabh Dabke author: (c) 2005 Nabh Information Systems, Inc. |
Interceptor.java | Interface | A component that intercepts a Web service request. |
InterceptorChain.java | Class | Represents a chain of interceptors associated with a Web service
request. |
InterceptorInfo.java | Class | This class maintains all configuration information related to an
interceptor. |
InterceptorManager.java | Class | Provides static methods to handle interceptor loading/unloading,
chain creation, etc.
author: Padmanabh Dabke author: (c) 2005 Nabh Information Systems, Inc. |
InterceptorUnavailableException.java | Class | Thrown by an interceptor when it encounters an internal error.
When this error is thrown by a critical interceptor, Stringbeans
throws a WebServiceException . |
RequestContext.java | Class | Object attached to every Web service request that supplies request-related
information such as WebServiceRequest object, HttpServletRequest
object and HttpServletResponse object.
author: Padmanabh Dabke author: (c) 2005 Nabh Information Systems, Inc. |
RequestContextFilter.java | Class | |
RequestInfo.java | Class | Provides information about a Web service request including
invoked service info, method called, result, error (if thrown).
The container creates a RequestInfo object initially populated
with the target Web service info and WebServiceRequest. |
RequestProcessor.java | Interface | Protocol-independent base interface for Web service request procssors.
author: Padmanabh Dabke author: (c) 2005 Nabh Information Systems, Inc. |
ServerObject.java | Interface | Root interface of all server-side Web services framework objects.
author: Padmanabh Dabke author: (c) 2005 Nabh Information Systems, Inc. |
ServerObjectConfig.java | Interface | Supplies server side configuration including object properties,
servlet config, etc.
author: Padmanabh Dabke author: (c) 2005 Nabh Information Systems, Inc. |
ServerObjectConfigImpl.java | Class | Default implementation of ServerObjectConfig interface.
author: Padmanabh Dabke author: (c) 2005 Nabh Information Systems, Inc. |
ServerObjectImpl.java | Class | Default implementation of ServerObject interface.
author: Padmanabh Dabke author: (c) 2005 Nabh Information Systems, Inc. |
ServletRequestProcessor.java | Interface | Request processor used by Web services servlet.
author: Padmanabh Dabke author: (c) 2005 Nabh Information Systems, Inc. |
WebService.java | Interface | A WebService is a server-side component that lives inside a Web services
container. |
WebServiceContext.java | Interface | This interface provides context information to Web services in the same
way a ServletContext provides context info to servlets. |
WebServiceDirectory.java | Interface | A directory of Web services running in the local server.
author: Padmanabh Dabke author: (c) 2005 Nabh Information Systems, Inc. |
WebServiceDirectoryImpl.java | Class | A simple List/Hashtable-based implementation of WebServiceDirectory
interface.
author: Padmanabh Dabke author: (c) 2005 Nabh Information Systems, Inc. |
WebServiceDirectoryLocator.java | Class | |
WebServiceImpl.java | Class | Base class for Web service implementations. |
WebServiceInfo.java | Class | Maintains metadata as well as a running instance of a Web
service. |
WebServiceLifeCycleEvent.java | Class | |
WebServiceLifeCycleListener.java | Interface | |
WebServiceManager.java | Class | Provides static methods to manage life-cycle of Web services.
author: Padmanabh Dabke author: (c) 2005 Nabh Information Systems, Inc. |
WebServiceServerConstants.java | Class | Defines constants used by the server side Web framework classes.
author: Padmanabh Dabke author: (c) 2005 Nabh Information Systems, Inc. |
WebServiceServlet.java | Class | WebServiceServlet is the controller for Stringbeans Web services
framework. |