MethodInvocationReturnInfo informs clients that the method invocation
returned successfully.
This class is used in conjunction with the MethodInvocationCallback and MethodInvocationReturnListener classes.
public function MethodInvocationReturnInfo(serviceUrl:String, methodName:String, methodArguments:Array, returnValue)
Constructs a new MethodInvocationReturnInfo instance.
serviceUrl | the url to the service the method was invoked on |
methodName | the name of the method that was invoked |
methodArguments | the arguments used as parameters for the method invocation |
returnValue | the result of the method invocation |
public function getServiceUrl(Void):StringReturns the url to the service the method was invoked on.
the url to the service the method was invoked on
public function getMethodName(Void):StringReturns the name of the method that was invoked on the service
the name of the method that was invoked on the service