Class JsonRpcParser
- Aws\Api\Parser\AbstractParser
-
Aws\Api\Parser\JsonRpcParser uses Aws\Api\Parser\PayloadParserTrait
- Namespace: Aws\Api\Parser
- Located at Api/Parser/JsonRpcParser.php
Methods Summary
Methods Details
__construct (
Aws\Api\Service
$api,
Aws\Api\Parser\JsonParser
$parser = null
)
Parameters
Aws\Api\Service |
$api | Service description |
Aws\Api\Parser\JsonParser |
$parser = null | JSON body builder |
Overrides
Aws\Api\Parser\AbstractParser::__construct
ResultInterface
__invoke (
Aws\CommandInterface
$command,
Psr\Http\Message\ResponseInterface
$response
)
Parameters
Aws\CommandInterface |
$command | Command that was executed. |
Psr\Http\Message\ResponseInterface |
$response | Response that was received. |
Returns
ResultInterface |