public interface CommandFactoryRegistry
| Modifier and Type | Method and Description |
|---|---|
CommandFactory |
getFactory(BasicCardInfo card,
boolean threeD)
Return Factory of command for payment provider that can serve card.
|
CommandFactory |
getFactory(String paymentProvider)
Return Factory of command for payment provider that start to serve transaction
|
CommandFactory getFactory(String paymentProvider) throws AdapterException
paymentProvider - provider that start to work on transactionAdapterExceptionCommandFactory getFactory(BasicCardInfo card, boolean threeD) throws AdapterException
card - Card to serve.threeD - is 3D transactionAdapterExceptionCopyright © 2017 SAP SE. All Rights Reserved.