paths to folders containing services(relative or absolute)
a dictionary of service classes represented in a ClassFindInfo.
array containing configuration data that is shared between the plugins. The format is paramName/paramValue pairs as an array.
The service method runs the gateway application. It deserializes the raw data passed into the constructor as an Amfphp_Core_Amf_Packet, handles the headers, handles the messages as requests to services, and returns the responses from the services It does not however handle output headers, gzip compression, etc. that is the job of the calling script