Posted by: Sameer on: October 28, 2009
HTTPService/HTTPMultiService have a cool concept of a Serialization Filter. This mechanism let’s you configure and manipulate various aspects of the HTTP call like the request, response, etc.. A default implementation of SerializationFilter is provided in mx.rpc.http.SerializationFilter Usage – You can create a custom SerializationFilter by extending from the default implementation and set it on the [...]
Posted by: Sameer on: October 27, 2009
Many times, while using RemoteObject, instead of processing the result of a remote method invocation in every result handler, you may want a mechanism to process the result before all the result handlers are notified. convertResultHandler is such a property which was introduced in RemoteObject to process the result before sending it across to all [...]