handleDeserializedRequest()
handleDeserializedRequest(mixed $deserializedRequest, \Amfphp_Core_Common_ServiceRouter $serviceRouter) : mixed
handle the deserialized request, usually by making a series of calls to a service. This should not handle exceptions, as this is done separately
Parameters
mixed | $deserializedRequest | For Amf, this is an AmfPacket |
\Amfphp_Core_Common_ServiceRouter | $serviceRouter | the service router created and configured by the gateway |
Returns
mixed —the response object. For Amf, this is an AmfPacket