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