|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.bankframe.examples.txnhandler.connector.testcustomer.TestCustomerData
This class mimics the behaviour of a host system, it takes requests and returns responses. It it used for testing Transaction Handler functionality
Constructor Summary | |
TestCustomerData()
Default constructor |
Method Summary | |
java.lang.String |
getString(java.lang.String key)
This method gets a value from the resource bundle |
java.util.TreeMap |
getSubSet(java.lang.String prefix)
This method gets a subset of the resource bundle |
byte[] |
processTransaction(byte[] bytes)
This method processes a transaction |
void |
putString(java.lang.String key,
java.lang.String value)
This method updates a value in the resource bundle |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TestCustomerData()
Method Detail |
public java.lang.String getString(java.lang.String key)
public java.util.TreeMap getSubSet(java.lang.String prefix)
public byte[] processTransaction(byte[] bytes)
public void putString(java.lang.String key, java.lang.String value)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |