ServiceMethod Class

Class com.probertson.xmlrpc.ServiceMethod

Inheritance > ServiceMethod

Essentially represents a single remote method of a service, and acts as a go-between for Service Class instances and PendingCall Class instances, to keep a reference to a customer Responder. Instances are created by the Service class and generally should not be created directly.
Constructor Summary
 internal  
 ServiceMethod(methodName:String, parent:ServiceBase)
Creates a new ServiceMethod instance.
Method Summary
 internal PendingCall 
 call(args:Array)
Forwards a remote method call from the Service on to the Connection.
Constructor Detail
ServiceMethod
internal function ServiceMethod(methodName:String, parent:ServiceBase)
Creates a new ServiceMethod instance.
Parameters:
methodName
The name of the remote method to call.
parent
The ServiceBase which is calling the method.
Method Detail
call
internal function call(args:Array):PendingCall
Forwards a remote method call from the Service on to the Connection.
Parameters:
args
Contains the arguments to be passed to the remote method call.



Documentation generated by BLDoc Community Edition from B-Line Express.