dea.hc
Class ImportHcServlet

java.lang.Object
  extended byjavax.servlet.GenericServlet
      extended byjavax.servlet.http.HttpServlet
          extended bydea.hc.ImportHcServlet
All Implemented Interfaces:
IDebugLevels, java.io.Serializable, Servlet, ServletConfig

public class ImportHcServlet
extends HttpServlet
implements IDebugLevels

Title: Import HC
Description: Class for processing upload of changeds to the main HC_devices table and storing them in the remote Hc_devbak table so we can reset the Hc_devices table to real data.
Copyright: Copyright (c) 2001-2004
Company: RMRR

@author David Abigt
@version 1.0

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface dea.common.IDebugLevels
BASIC, DEBUG_ALL, ERROR, METH_DETAIL, METH_ENTER, METH_EXIT, METH_EXT, METH_GET, METH_SET, METH_VARS, SHOW_PASS
 
Constructor Summary
ImportHcServlet()
           
 
Method Summary
protected  SOAPMessage parse(SOAPMessage message, java.lang.String servletName)
           
protected  void service(HttpServletRequest request, HttpServletResponse response)
           
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service
 
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImportHcServlet

public ImportHcServlet()
Method Detail

service

protected void service(HttpServletRequest request,
                       HttpServletResponse response)
                throws ServletException,
                       java.io.IOException
Throws:
ServletException
java.io.IOException

parse

protected SOAPMessage parse(SOAPMessage message,
                            java.lang.String servletName)
                     throws SOAPException
Throws:
SOAPException


Copyright © 2001-2005 Round Mountain Rescue Ranch. All Rights Reserved.