MethodInvocationReturnInfo
| Kind of class: | class |
|---|---|
| Inherits from: | BasicClass |
| Author: | Simon Wacker |
| Classpath: | org.as2lib.io.conn.core.event.MethodInvocationReturnInfo |
| File last modified: | Friday, 06 May 2005, 12:12:36 |
MethodInvocationReturnInfo informs clients that the method invocationreturned successfully.
This class is used in conjunction with the MethodInvocationCallback
and MethodInvocationReturnListener classes.
Summary
Constructor
Instance methods
Instance methods inherited from BasicClass
Constructor
MethodInvocationReturnInfo
function MethodInvocationReturnInfo (
serviceUrl:String,
methodName:String,
methodArguments:Array,
returnValue)
Constructs a new
MethodInvocationReturnInfo instance.Parameters:
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
Instance methods
getMethodArguments
function getMethodArguments (
Void) : Array
Returns the arguments used as parameters for the method invocation.
Returns:
the arguments used as parameters for the method invocation
getMethodName
function getMethodName (
Void) : String
Returns the name of the method that was invoked on the service
Returns:
the name of the method that was invoked on the service
getReturnValue
function getReturnValue (
Void)
getServiceUrl
function getServiceUrl (
Void) : String
Returns the url to the service the method was invoked on.
Returns:
the url to the service the method was invoked on