CommandFactoryContract
in
CommandFactoryContract interface.
Represents a factory for creating command-related objects such as attributers, response handlers, and providers.
Table of Contents
Methods
- createAttributer() : CommandAttributerContract
- Create an instance of the command attributer.
- createProvider() : CommandEndpointProviderContract
- Create an instance of the command provider.
- createResponseHandler() : ResponseHandlerAbstract
- Create an instance of the 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 provider.
public
createProvider() : CommandEndpointProviderContract
Return values
CommandEndpointProviderContract —An instance of the command provider.
createResponseHandler()
Create an instance of the response handler.
public
createResponseHandler() : ResponseHandlerAbstract
Return values
ResponseHandlerAbstract —An instance of the response handler.