com.bankframe.ei.txnhandler
Class TransactionDetails
java.lang.Object
com.bankframe.ei.txnhandler.TransactionDetails
public class TransactionDetails
- extends Object
TransactionDetails
public TransactionDetails(DataPacket txnData,
String txnCode,
String txnType,
DataFormat dataformat,
Object connection,
boolean isAsync)
throws ProcessingErrorException
- Throws:
ProcessingErrorException
getHostResponse
public Object getHostResponse()
setHostResponse
public void setHostResponse(Object newHostResponse)
getConnection
public Object getConnection()
getDataFormat
public DataFormat getDataFormat()
getIsAsynchronous
public boolean getIsAsynchronous()
getIsEAB
public boolean getIsEAB()
getTxnData
public DataPacket getTxnData()
getTxnCode
public String getTxnCode()
getTxnType
public String getTxnType()
Copyright © 2005, 2007, Oracle. All rights reserved.