Method | Description | |
---|---|---|
Dispose ( ) : void | ||
EsbServiceInvoker ( ) : System | ||
EsbServiceInvoker ( IEsbChannel esbChannel, IFrameworkDuplexDataChannel managementChannel, IWorkspace workspace ) : System | ||
EsbServiceInvoker ( IEsbChannel esbChannel, IFrameworkDuplexDataChannel managementChannel, IWorkspace workspace, |
||
GenerateInvokeContainer ( IDSFDataObject dataObject, System.Guid serviceId, bool isLocalInvoke, System.Guid masterDataListId = default(Guid) ) : |
Generates the invoke container.
|
|
GenerateInvokeContainer ( IDSFDataObject dataObject, String serviceName, bool isLocalInvoke, System.Guid masterDataListId = default(Guid) ) : |
Generates the invoke container.
|
|
Invoke ( IDSFDataObject dataObject, |
Invokes the specified service as per the dataObject against theHost
|
|
RemoveFromCache ( System.Guid resourceID ) : void |
Method | Description | |
---|---|---|
DispatchDebugErrors ( |
||
GenerateContainer ( |
||
GetService ( string serviceName, System.Guid resourceId, |
||
MapServiceActionDependencies ( |
public EsbServiceInvoker ( IEsbChannel esbChannel, IFrameworkDuplexDataChannel managementChannel, IWorkspace workspace ) : System | ||
esbChannel | IEsbChannel | |
managementChannel | IFrameworkDuplexDataChannel | |
workspace | IWorkspace | |
return | System |
public EsbServiceInvoker ( IEsbChannel esbChannel, IFrameworkDuplexDataChannel managementChannel, IWorkspace workspace, |
||
esbChannel | IEsbChannel | |
managementChannel | IFrameworkDuplexDataChannel | |
workspace | IWorkspace | |
request | ||
return | System |
public GenerateInvokeContainer ( IDSFDataObject dataObject, System.Guid serviceId, bool isLocalInvoke, System.Guid masterDataListId = default(Guid) ) : |
||
dataObject | IDSFDataObject | The data object. |
serviceId | System.Guid | The service unique identifier. |
isLocalInvoke | bool | if set to |
masterDataListId | System.Guid | The master data list unique identifier. |
return |
public GenerateInvokeContainer ( IDSFDataObject dataObject, String serviceName, bool isLocalInvoke, System.Guid masterDataListId = default(Guid) ) : |
||
dataObject | IDSFDataObject | The data object. |
serviceName | String | Name of the service. |
isLocalInvoke | bool | if set to |
masterDataListId | System.Guid | The master data list unique identifier. |
return |
public Invoke ( IDSFDataObject dataObject, |
||
dataObject | IDSFDataObject | The data object. |
errors | The errors. | |
return | System.Guid |
public static RemoveFromCache ( System.Guid resourceID ) : void | ||
resourceID | System.Guid | |
return | void |