Firefish 0.5.10

gov.lbl.dsd.firefish.server
Class SimpleSoapServlet

java.lang.Object
  extended byjavax.servlet.GenericServlet
      extended byjavax.servlet.http.HttpServlet
          extended bygov.lbl.dsd.firefish.server.SimpleSoapServlet
All Implemented Interfaces:
Serializable, Servlet, ServletConfig

public class SimpleSoapServlet
extends HttpServlet

A main server side entry point; a message-style service connecting from an to a HTTP servlet container without using Axis at all; Potentially much faster than AxisService but has limited SOAP functionality; Try using this in combination with FireCallQuick.

Version:
$Revision: 1.5 $, $Date: 2004/02/06 23:05:35 $
See Also:
Serialized Form

Constructor Summary
SimpleSoapServlet()
           
 
Method Summary
 Response doHandle(Request req)
           
 void doPost(HttpServletRequest request, HttpServletResponse response)
           
 void init()
           
 
Methods inherited from class javax.servlet.http.HttpServlet
service
 
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleSoapServlet

public SimpleSoapServlet()
Method Detail

doPost

public void doPost(HttpServletRequest request,
                   HttpServletResponse response)
            throws ServletException,
                   IOException
Throws:
ServletException
IOException

init

public void init()
          throws ServletException
Throws:
ServletException

doHandle

public Response doHandle(Request req)

Firefish 0.5.10

Jump to the Firefish Homepage