gov.lbl.dsd.firefish.server
Class SimpleSoapServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
gov.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
SimpleSoapServlet
public SimpleSoapServlet()
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)
Jump to the Firefish Homepage