C# Class Uiml.Executing.Callers.XmlRpcCaller

This class represents a remote caller, using the XML-RPC protocol. It is the opposite of LocalCaller.
Inheritance: Caller
Mostrar archivo Open project: jozilla/Uiml.net

Public Methods

Method Description
Execute ( Hashtable &outputParams ) : object
XmlRpcCaller ( Call c, string url ) : System

Protected Methods

Method Description
CreateInOutParamTypes ( Uiml parameters, Hashtable &outputPlaceholder ) : System.Type[]

Method Details

CreateInOutParamTypes() protected method

protected CreateInOutParamTypes ( Uiml parameters, Hashtable &outputPlaceholder ) : System.Type[]
parameters Uiml
outputPlaceholder System.Collections.Hashtable
return System.Type[]

Execute() public method

public Execute ( Hashtable &outputParams ) : object
outputParams System.Collections.Hashtable
return object

XmlRpcCaller() public method

public XmlRpcCaller ( Call c, string url ) : System
c Call
url string
return System