BatchCloseCommandFactory
in package
implements
CommandFactoryContract
Class BatchCloseCommandFactory
Factory for creating attributers, endpoint providers, and response handlers for the "closing of batch" command.
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.