C# Class Dev2.Runtime.ESB.Management.Services.PluginRegistry

Find all registered plugins
Exibir arquivo Open project: Warewolf-ESB/Warewolf

Public Methods

Method Description
CreateServiceEntry ( ) : DynamicService
Execute ( string>.IDictionary values, IWorkspace theWorkspace ) : string
HandlesType ( ) : string

Private Methods

Method Description
BuildMethodSignature ( ParameterInfo args, string methodName ) : string

Builds the method signature.

InterogatePluginAssembly ( StringBuilder pluginData, Assembly asm, string shortName, string sourceLocation, bool includePublic, bool includePrivate, string methodName, string nameSpace ) : void

Method Details

CreateServiceEntry() public method

public CreateServiceEntry ( ) : DynamicService
return Dev2.DynamicServices.DynamicService

Execute() public method

public Execute ( string>.IDictionary values, IWorkspace theWorkspace ) : string
values string>.IDictionary
theWorkspace IWorkspace
return string

HandlesType() public method

public HandlesType ( ) : string
return string