IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

com.ibm.btt.http
Class InitEnvServlet

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by com.ibm.btt.http.InitEnvServlet
All Implemented Interfaces:
java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class InitEnvServlet
extends javax.servlet.http.HttpServlet

This servlet is used to initialize the BTT envoriment. For example: InitServlet InitServlet com.ibm.btt.http.InitEnvServlet bttConfigPath jar:///btt.xml -1

See Also:
Serialized Form

Constructor Summary
InitEnvServlet()
           
 
Method Summary
 void init()
          load the btt configuration file and initial the csserver instance
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, 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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InitEnvServlet

public InitEnvServlet()
Method Detail

init

public void init()
          throws javax.servlet.ServletException
load the btt configuration file and initial the csserver instance

Overrides:
init in class javax.servlet.GenericServlet
Throws:
javax.servlet.ServletException

IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2011