com.bankframe.ei.channel.server
Class HttpBoomarangServer

java.lang.Object
  |
  +--javax.servlet.GenericServlet
        |
        +--javax.servlet.http.HttpServlet
              |
              +--com.bankframe.ei.servlet.EonServlet
                    |
                    +--com.bankframe.ei.channel.server.HttpServer
                          |
                          +--com.bankframe.ei.channel.server.HttpBoomarangServer
All Implemented Interfaces:
java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class HttpBoomarangServer
extends HttpServer

Servlet that returns vector of datapackets to calling client. Intended for testing transport protocol, codecs and other http channel client settings.

See Also:
Serialized Form

Constructor Summary
HttpBoomarangServer()
           
 
Methods inherited from class com.bankframe.ei.channel.server.HttpServer
init, service
 
Methods inherited from class com.bankframe.ei.servlet.EonServlet
log
 
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
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpBoomarangServer

public HttpBoomarangServer()


Copyright © 2005 Siebel Systems, Inc. All rights reserved.