|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HostProcessingErrorException | |
|---|---|
| com.bankframe.ei.txnhandler | |
| com.bankframe.ei.txnhandler.dataformat | |
| com.bankframe.ei.txnhandler.dataformat.basic | |
| Uses of HostProcessingErrorException in com.bankframe.ei.txnhandler |
|---|
| Methods in com.bankframe.ei.txnhandler that throw HostProcessingErrorException | |
|---|---|
Map |
TransactionHandlerBean.processFindRequest(DataPacket txnData)
This method is called for find operations only |
Map |
TransactionHandler.processFindRequest(DataPacket txnData)
This method is called for find operations only |
Vector |
TransactionHandlerBean.processRequest(DataPacket txnData)
This method is called for all operations except finds |
Vector |
TransactionHandler.processRequest(DataPacket txnData)
This method is called for all operations except finds. |
| Uses of HostProcessingErrorException in com.bankframe.ei.txnhandler.dataformat |
|---|
| Methods in com.bankframe.ei.txnhandler.dataformat that throw HostProcessingErrorException | |
|---|---|
void |
DataFormat.toDataPacketsMap(Object txnData,
Map responseEntitiesMap,
DataPacket txnDataPacket,
String txnCode,
String txnType)
This method converts the Vector of Host System Txn Fields byte-array elements into a Map of Data Packets, this method is called by the txn handler method processFindRequest( ) |
void |
DataFormat.toDataPacketsVector(Object txnData,
Vector responseEntitiesVector,
DataPacket txnDataPacket,
String txnCode,
String txnType)
This method converts the Vector of Host System Txn Fields byte-array elements into a Vector of result Data Packets, this method is called by the txn handler method processRequest( ) |
| Uses of HostProcessingErrorException in com.bankframe.ei.txnhandler.dataformat.basic |
|---|
| Methods in com.bankframe.ei.txnhandler.dataformat.basic that throw HostProcessingErrorException | |
|---|---|
void |
BasicDataFormat.toDataPacketsMap(Object txnData,
Map entitiesMap,
DataPacket txnDataPacket,
String txnCode,
String txnType)
This method converts the Vector of Host System Txn Fields data elements into a Map of DataPackets, this method is called by the txn handler method processFindRequest( ) |
void |
BasicDataFormat.toDataPacketsVector(Object txnData,
Vector responseEntitiesVector,
DataPacket txnDataPacket,
String txnCode,
String txnType)
This method converts the Vector of Host System Response into a Vector of result DataPackets, this method is called by the txn handler method processRequest( ) |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||