CancellationCommandFactory
in package
implements
CommandFactoryContract
Class CancellationCommandFactory
Factory class responsible for creating instances of attributes, response handlers, and providers for the initialization command in the Yigim payment system.
Table of Contents
Interfaces
- CommandFactoryContract
- CommandFactoryContract interface.
Methods
- createAttributer() : CommandAttributerContract
- Create an instance of the command attributer.
- createProvider() : CommandEndpointProviderContract
- Create an instance of the command endpoint provider.
- createResponseHandler() : ResponseHandlerAbstract
- Create an instance of the command response handler.
Methods
createAttributer()
Create an instance of the command attributer.
public
createAttributer() : CommandAttributerContract
Return values
CommandAttributerContract —An instance of the command attributer.
createProvider()
Create an instance of the command endpoint provider.
public
createProvider() : CommandEndpointProviderContract
Return values
CommandEndpointProviderContract —An instance of the command endpoint provider.
createResponseHandler()
Create an instance of the command response handler.
public
createResponseHandler() : ResponseHandlerAbstract
Return values
ResponseHandlerAbstract —An instance of the command response handler.