Interface Amfphp_Core_Common_IDeserializedRequestHandler

Description

interface for a class that can handle a deserialized request

  • author: Ariel Sommeria-klein

Located in /Amfphp/Core/Common/IDeserializedRequestHandler.php (line 18)


	
			
Method Summary
mixed handleDeserializedRequest ( $deserializedRequest, Amfphp_Core_Common_ServiceRouter $serviceRouter, mixed $deserializedRequest.)
Methods
handleDeserializedRequest (line 26)

handle the deserialized request, usually by making a series of calls to a service. This should not handle exceptions, as this is done separately

  • return: the response object. For Amf, this is an AmfPacket
  • access: public
mixed handleDeserializedRequest ( $deserializedRequest, Amfphp_Core_Common_ServiceRouter $serviceRouter, mixed $deserializedRequest.)
  • mixed $deserializedRequest.: For Amf, this is an AmfPacket
  • Amfphp_Core_Common_ServiceRouter $serviceRouter: the service router created and configured by the gateway
  • $deserializedRequest

Documentation generated on Mon, 23 Jan 2012 17:22:06 -0300 by phpDocumentor 1.4.3