the absolute path to the file containing the class definition
The information necessary for a service router to be able to load a class' file and instanciate it could be extended later with namespaces when they become mainstream
interface for a class that can handle a deserialized request
interface for deserializers.
An exception handler is passed an exception and must translate that into something that is serializable. In the case of Amf, it must return an Amfphp_Core_Amf_Packet object containing the relevant information
interface for serializers.
place holder class for the variables necessary to make a service call
The Service Router class is responsible for executing the remote service method and returning it's value.