C# Class Dev2.Tests.Runtime.ESB.WebServiceContainerMockWithError

Inheritance: Dev2.Runtime.ESB.Execution.WebServiceContainer
ファイルを表示 Open project: Warewolf-ESB/Warewolf Class Usage Examples

Public Methods

Method Description
WebServiceContainerMockWithError ( IServiceExecution serviceExecution ) : System
WebServiceContainerMockWithError ( ServiceAction sa, IDSFDataObject dsfDataObject, IWorkspace workspace, IEsbChannel esbChannel ) : System

Protected Methods

Method Description
ExecuteWebRequest ( WebService service, ErrorResultTO &errors ) : void

Method Details

ExecuteWebRequest() protected method

protected ExecuteWebRequest ( WebService service, ErrorResultTO &errors ) : void
service Dev2.Runtime.ServiceModel.Data.WebService
errors Dev2.DataList.Contract.ErrorResultTO
return void

WebServiceContainerMockWithError() public method

public WebServiceContainerMockWithError ( IServiceExecution serviceExecution ) : System
serviceExecution IServiceExecution
return System

WebServiceContainerMockWithError() public method

public WebServiceContainerMockWithError ( ServiceAction sa, IDSFDataObject dsfDataObject, IWorkspace workspace, IEsbChannel esbChannel ) : System
sa Dev2.DynamicServices.Objects.ServiceAction
dsfDataObject IDSFDataObject
workspace IWorkspace
esbChannel IEsbChannel
return System