createMoneyTransaction(final AtomicReference< Req >, final AtomicReference< Res >, final AtomicReference< CallerInformation >) method

Create a new money transaction by calling the pre processing step, ITransactionFlowOverlay#beforeCreateTransaction(com.sybase365.mobiliser.money.businesslogic.util.beans.IMoneyRequest, ITransactionResponse, AtomicReference) , initAction and finally post processing step.

Syntax

final CreateMoneyTransactionResult createMoneyTransaction ( final AtomicReference< Req > requestRef , final AtomicReference< Res > responseRef , final AtomicReference< CallerInformation > callerRef )

Parameters