com.bankframe.ei.comms
Class ServletDataPacketHandler

java.lang.Object
  extended bycom.bankframe.ei.comms.ServletDataPacketHandler

public class ServletDataPacketHandler
extends java.lang.Object

This class provides the functionality for wrapping and unwrapping HTTP requests into BankFrame DataPackets and handing off those DataPackets to the RequestRouter for processing.


Constructor Summary
ServletDataPacketHandler()
          Default constructor
 
Method Summary
 java.util.Vector processDataPackets(javax.servlet.http.HttpServletRequest req, ECommsManager inputComms)
          This method processes the specified request, by translating the contents of the HttpServletRequest to a Vector of DataPackets
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServletDataPacketHandler

public ServletDataPacketHandler()
Default constructor

Method Detail

processDataPackets

public java.util.Vector processDataPackets(javax.servlet.http.HttpServletRequest req,
                                           ECommsManager inputComms)
This method processes the specified request, by translating the contents of the HttpServletRequest to a Vector of DataPackets

Parameters:
req - HttpServletRequest
inputComms - The Comms Manager to use for unformatting the request


Copyright © 2005, 2007, Oracle. All rights reserved.