Base Utility class for conversion between IMessage type objects for different
NMS providers.
Namespace:
Apache.NMS.UtilAssembly: 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'); |