createWebTransactions(final IWebStartRequest, final CallerInformation) method

Syntax

CreateMoneyWebTransactionResult createWebTransactions ( final IWebStartRequest request , final CallerInformation caller ) throws MobiliserServiceException, DataAccessException, TransactionException

Parameters

Returns

a bean holding the created and initialized transactions.

Exceptions

Usage

This method creates the web transactions for the given request. That includes the main

Transaction

along with the

Authorisation

sub-transaction

Notes on transactional semantics:

This method will create both transactions inside one database transaction, rolling back completely if creation fails for any reason and any exception type.

a bean holding the created and initialized transactions.