Class IntegrationServicesUtils
Inheritance
System.Object
IntegrationServicesUtils
Assembly: Steeltoe.Integration.IntegrationBase.dll
Syntax
public static class IntegrationServicesUtils : object
Methods
|
Edit this page
View Source
Declaration
public static T ExtractTypeIfPossible<T>(object targetObject)
Parameters
Type |
Name |
Description |
System.Object |
targetObject |
|
Returns
Type Parameters
|
Edit this page
View Source
GetIntegrationServices(IApplicationContext)
Declaration
public static IIntegrationServices GetIntegrationServices(IApplicationContext context)
Parameters
Type |
Name |
Description |
IApplicationContext |
context |
|
Returns
|
Edit this page
View Source
WrapInHandlingExceptionIfNecessary(IMessage, String, Exception)
Declaration
public static Exception WrapInHandlingExceptionIfNecessary(IMessage message, string text, Exception ex)
Parameters
Type |
Name |
Description |
IMessage |
message |
|
System.String |
text |
|
Exception |
ex |
|
Returns
Type |
Description |
Exception |
|