| com.nabhinc.core.AbstractServlet com.nabhinc.ws.server.WebServiceServlet
WebServiceServlet | public class WebServiceServlet extends AbstractServlet (Code) | | WebServiceServlet is the controller for Stringbeans Web services
framework. It fields requests for service WSDL, service listing, and service
operation invocations. The first two requests are sent as "GET" requests. All
"POST" requests are assumed to be for invoking operations on hosted Web
services.
author: Padmanabh Dabke author: (c) 2005 Nabh Information Systems, Inc. All Rights Reserved. |
ROOT_DIR_PARAM_NAME | final public static String ROOT_DIR_PARAM_NAME(Code) | | |
destroy | public void destroy()(Code) | | |
|
|