com.bankframe.ei.comms
Class ServletDataPacketHandler
java.lang.Object
com.bankframe.ei.comms.ServletDataPacketHandler
public class ServletDataPacketHandler
- extends 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.
ServletDataPacketHandler
public ServletDataPacketHandler()
- Default constructor
processDataPackets
public Vector processDataPackets(HttpServletRequest req,
ECommsManager inputComms)
- This method processes the specified request, by translating
the contents of the HttpServletRequest to a Vector of DataPackets
- Parameters:
req
- HttpServletRequestinputComms
- ECommsManager The Comms Manager to use for unformatting the request
- Returns:
- Vector containing response datapackets
Copyright © 2005, 2007, Oracle. All rights reserved.