C# Class Dev2.Runtime.ServiceModel.Esb.Brokers.PluginBroker

Handle interaction with plugins ;)
Inheritance: IPluginBroker
Afficher le fichier Open project: Warewolf-ESB/Warewolf Class Usage Examples

Méthodes publiques

Méthode Description
GetMethods ( string assemblyLocation, string assemblyName, string fullName ) : ServiceMethodList

Gets the methods.

GetNamespaces ( PluginSource pluginSource ) : NamespaceList

Gets the namespaces.

TestPlugin ( PluginService pluginService ) : IOutputDescription

Tests the plugin.

ValidatePlugin ( string toLoad, string &error ) : bool

Method Details

GetMethods() public méthode

Gets the methods.
public GetMethods ( string assemblyLocation, string assemblyName, string fullName ) : ServiceMethodList
assemblyLocation string The assembly location.
assemblyName string Name of the assembly.
fullName string The full name.
Résultat ServiceMethodList

GetNamespaces() public méthode

Gets the namespaces.
public GetNamespaces ( PluginSource pluginSource ) : NamespaceList
pluginSource Dev2.Runtime.ServiceModel.Data.PluginSource The plugin source.
Résultat NamespaceList

TestPlugin() public méthode

Tests the plugin.
public TestPlugin ( PluginService pluginService ) : IOutputDescription
pluginService Dev2.Runtime.ServiceModel.Data.PluginService The plugin service.
Résultat IOutputDescription

ValidatePlugin() public méthode

public ValidatePlugin ( string toLoad, string &error ) : bool
toLoad string
error string
Résultat bool