Class DefaultCommandFactoryImpl

    • Constructor Detail

      • DefaultCommandFactoryImpl

        public DefaultCommandFactoryImpl()
    • Method Detail

      • setCommands

        public void setCommands​(java.util.Map<java.lang.Class<Command>,​Command> commands)
        Parameters:
        commands - the commands to set
      • getPaymentProvider

        public java.lang.String getPaymentProvider()
        Description copied from interface: CommandFactory
        return payment provider name
        Specified by:
        getPaymentProvider in interface CommandFactory
        Returns:
        payment provider
      • setPaymentProvider

        public void setPaymentProvider​(java.lang.String paymentProvider)
        Parameters:
        paymentProvider - the paymentProvider to set