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

Inheritance: EsbExecutionContainer
Mostrar archivo Open project: Warewolf-ESB/Warewolf Class Usage Examples

Protected Properties

Property Type Description
WebserviceExecution IServiceExecution

Public Methods

Method 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 method

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

Execute() public method

public Execute ( IDSFDataObject inputs, IDev2Activity activity ) : IExecutionEnvironment
inputs IDSFDataObject
activity IDev2Activity
return IExecutionEnvironment

WebServiceContainer() public method

public WebServiceContainer ( IServiceExecution webServiceExecution ) : System
webServiceExecution IServiceExecution
return System

WebServiceContainer() public method

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

Property Details

WebserviceExecution protected_oe property

protected IServiceExecution WebserviceExecution
return IServiceExecution