The storeCreditProcessorChain pipeline is invoked by the PaymentManager to process an InvoiceRequest payment group. The pipeline chain’s transaction mode is TX_REQUIRED.

The following sections describe each processor in the pipeline chain.

createInvoiceRequestInfo

Transactional Mode

TX_MANDATORY

Component

/atg/commerce/payment/processor/CreateInvoiceRequestInfo

Object

atg.commerce.payment.processor.ProcCreateInvoiceRequestInfo

Transitions

Return value of 1 executes the processInvoiceRequest processor.

processInvoiceRequest

Transactional Mode

TX_MANDATORY

Component

/atg/commerce/payment/processor/ProcessInvoiceRequest

Object

atg.commerce.payment.processor.ProcProcessInvoiceRequest

Transitions

None. This is the last processor in the pipeline, which causes the PipelineManager to return to the caller.


Copyright © 1997, 2015 Oracle and/or its affiliates. All rights reserved. Legal Notices