feathers.rpc.http
.. | |
---|---|
AbstractOperation | An Operation used specifically by HTTPService or HTTPMultiService. An Operation is an
individual operation on a service usually corresponding to a single operation on the server
side. An Operation can be called either by invoking the
function of the same name on the service or by accessing the Operation as a property on the service and
calling the |
HTTPMultiService | You use the |
HTTPService | You use the HTTPService class to represent an
HTTPService object in ActionScript. When you call the HTTPService object's
|
SerializationFilter | This class is useful for framework developers wishing to plug in or modify the HTTP services to use a new serialization format. This allows you to invoke methods on the service object and control how parameters are mapped to a specific serialiation format such as XML, JSON, etc. The SerializationFilter mechanism allows you to add a new resultFormat as well. |