Classes and interfaces

Amfphp_Core_Common_IDeserializedRequestHandler

interface for a class that can handle a deserialized request

« More »

Amfphp_Core_Common_IDeserializer

interface for deserializers.

« More »

Amfphp_Core_Common_IExceptionHandler

An exception handler is passed an exception and must translate that into something that is serializable.

« More »

Amfphp_Core_Common_ISerializer

interface for serializers.

« More »

Amfphp_Core_Common_ClassFindInfo

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

« More »

Amfphp_Core_Common_ServiceCallParameters

place holder class for the variables necessary to make a service call

« More »

Amfphp_Core_Common_ServiceRouter

The Service Router class is responsible for executing the remote service method and returning it's value.

« More »