com.bankframe.examples.txnhandler.dataformat.testcustomer
Class TestCustomerDataFormat

java.lang.Object
  extended bycom.bankframe.ei.txnhandler.dataformat.basic.BasicDataFormat
      extended bycom.bankframe.examples.txnhandler.dataformat.testcustomer.TestCustomerDataFormat
All Implemented Interfaces:
DataFormat

public class TestCustomerDataFormat
extends BasicDataFormat

This class formats requests and responses for the TestCustomerConnector


Field Summary
static java.lang.String HEADER
          Name of Header entity in transaction response
 
Constructor Summary
TestCustomerDataFormat()
          Default Constructor
 
Methods inherited from class com.bankframe.ei.txnhandler.dataformat.basic.BasicDataFormat
buildRequestTxn, moreToRequest, notifyProcessingFinished, setConnectionSpecification, toDataPacketsMap, toDataPacketsVector
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

HEADER

public static final java.lang.String HEADER
Name of Header entity in transaction response

See Also:
Constant Field Values
Constructor Detail

TestCustomerDataFormat

public TestCustomerDataFormat()
Default Constructor



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