com.raritantechnologies.webServices
Class WebServiceServlet

java.lang.Object
  extended byHttpServlet
      extended bycom.raritantechnologies.webServices.WebServiceServlet

public class WebServiceServlet
extends HttpServlet

Provides a Servlet front-end to a Raritan WebService.


Developed by Raritan Technologies Inc..

Author:
Ted Sullivan
See Also:
Serialized Form

Constructor Summary
WebServiceServlet()
           
 
Method Summary
 void init()
           
 void service(HttpServletRequest pReq, HttpServletResponse pRes)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebServiceServlet

public WebServiceServlet()
Method Detail

init

public void init()

service

public void service(HttpServletRequest pReq,
                    HttpServletResponse pRes)
             throws ServletException,
                    java.io.IOException
Throws:
ServletException
java.io.IOException