Class IntegrationUtils
Inheritance
System.Object
IntegrationUtils
Assembly: Steeltoe.Integration.IntegrationBase.dll
Syntax
public static class IntegrationUtils : object
Fields
|
Edit this page
View Source
INTEGRATION_CONVERSION_SERVICE_BEAN_NAME
Declaration
public const string INTEGRATION_CONVERSION_SERVICE_BEAN_NAME = null
Field Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
INTEGRATION_MESSAGE_BUILDER_FACTORY_BEAN_NAME
Declaration
public const string INTEGRATION_MESSAGE_BUILDER_FACTORY_BEAN_NAME = null
Field Value
Type |
Description |
System.String |
|
Methods
|
Edit this page
View Source
WrapInDeliveryExceptionIfNecessary(IMessage, String, Exception)
Declaration
public static Exception WrapInDeliveryExceptionIfNecessary(IMessage message, string text, Exception e)
Parameters
Type |
Name |
Description |
IMessage |
message |
|
System.String |
text |
|
Exception |
e |
|
Returns
Type |
Description |
Exception |
|
|
Edit this page
View Source
WrapInHandlingExceptionIfNecessary(IMessage, String, Exception)
Declaration
public static Exception WrapInHandlingExceptionIfNecessary(IMessage message, string text, Exception e)
Parameters
Type |
Name |
Description |
IMessage |
message |
|
System.String |
text |
|
Exception |
e |
|
Returns
Type |
Description |
Exception |
|