Base Utility class for conversion between IMessage type objects for different NMS providers.

Namespace:  Apache.NMS.Util
Assembly:  Apache.NMS (in Apache.NMS.dll)

Syntax

Visual Basic
Public MustInherit Class MessageTransformation
C#
public abstract class MessageTransformation
Visual C++
public ref class MessageTransformation abstract
JavaScript
Apache.NMS.Util.MessageTransformation = function();

Type.createClass(
	'Apache.NMS.Util.MessageTransformation');

Inheritance Hierarchy

System..::..Object
  Apache.NMS.Util..::..MessageTransformation

See Also