Packageorg.restfulx.services
Interfacepublic interface IFunctionalResponder extends mx.rpc.IResponder
ImplementorsServiceResponder, UndoRedoResponder

If a responder delegates final response processing to an arbitrary function, this interface allows us to get access to that handler function.



Public Properties
 PropertyDefined by
  handler : Function
Get access to the handler function associated with this responder
IFunctionalResponder
Property detail
handlerproperty
handler:Function  [read-write]

Get access to the handler function associated with this responder

Implementation
    public function get handler():Function
    public function set handler(value:Function):void