Modified submitInboundTransaction() and submitOutboundTransaction() methods to take an input of an Object[] dataBean. Modified so that when multiple databeans are passed in the input Object array, transactions will be created for each databean in the array and a transaction dependency will be created on the Transaction created for the prior databean in the array.