public interface CommandFactory
DefaultCommandFactoryImpl object must be created in spring xml in
adapter| Modifier and Type | Method and Description |
|---|---|
<T extends Command> |
createCommand(Class<T> commandInterface)
Create implementation for given commandInterface
|
String |
getPaymentProvider()
return payment provider name
|
<T extends Command> T createCommand(Class<T> commandInterface) throws CommandNotSupportedException
T - interface of commandcommandInterface - command interfaceCommandNotSupportedExceptionString getPaymentProvider()
Copyright © 2017 SAP SE. All Rights Reserved.