C# Class Dev2.Runtime.ESB.Execution.WebServiceContainer

Inheritance: EsbExecutionContainer
Afficher le fichier Open project: Warewolf-ESB/Warewolf Class Usage Examples

Protected Properties

Свойство Type Description
WebserviceExecution IServiceExecution

Méthodes publiques

Méthode Description
Execute ( ErrorResultTO &errors, int update ) : System.Guid
Execute ( IDSFDataObject inputs, IDev2Activity activity ) : IExecutionEnvironment
WebServiceContainer ( IServiceExecution webServiceExecution ) : System
WebServiceContainer ( ServiceAction sa, IDSFDataObject dataObj, IWorkspace theWorkspace, IEsbChannel esbChannel ) : System

Method Details

Execute() public méthode

public Execute ( ErrorResultTO &errors, int update ) : System.Guid
errors Dev2.DataList.Contract.ErrorResultTO
update int
Résultat System.Guid

Execute() public méthode

public Execute ( IDSFDataObject inputs, IDev2Activity activity ) : IExecutionEnvironment
inputs IDSFDataObject
activity IDev2Activity
Résultat IExecutionEnvironment

WebServiceContainer() public méthode

public WebServiceContainer ( IServiceExecution webServiceExecution ) : System
webServiceExecution IServiceExecution
Résultat System

WebServiceContainer() public méthode

public WebServiceContainer ( ServiceAction sa, IDSFDataObject dataObj, IWorkspace theWorkspace, IEsbChannel esbChannel ) : System
sa Dev2.DynamicServices.Objects.ServiceAction
dataObj IDSFDataObject
theWorkspace IWorkspace
esbChannel IEsbChannel
Résultat System

Property Details

WebserviceExecution protected_oe property

protected IServiceExecution WebserviceExecution
Résultat IServiceExecution