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
Afficher le fichier Open project: jozilla/Uiml.net

Méthodes publiques

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

Méthodes protégées

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

Method Details

CreateInOutParamTypes() protected méthode

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

Execute() public méthode

public Execute ( Hashtable &outputParams ) : object
outputParams System.Collections.Hashtable
Résultat object

XmlRpcCaller() public méthode

public XmlRpcCaller ( Call c, string url ) : System
c Call
url string
Résultat System