%External.Messaging.JMSMessage
class %External.Messaging.JMSMessage extends %External.Messaging.Message
Property Inventory
Properties
property bytesBody as %GlobalBinaryStream;
Message body for type Bytes
Property methods: bytesBodyDelete(), bytesBodyGet(), bytesBodyGetObject(), bytesBodyGetObjectId(), bytesBodyGetSwizzled(), bytesBodyIsValid(), bytesBodyNewObject(), bytesBodyOid(), bytesBodyOpen(), bytesBodySet(), bytesBodySetObject(), bytesBodySetObjectId(), bytesBodyUnSwizzle()
property destination as %String [ Required ];
JMS queue/topic name
Property methods: destinationDisplayToLogical(), destinationGet(), destinationIsValid(), destinationLogicalToDisplay(), destinationLogicalToOdbc(), destinationNormalize(), destinationSet()
property properties as list of %External.Messaging.JMSMessageProperty;
Message properties
Property methods: propertiesBuildValueArray(), propertiesCollectionToDisplay(), propertiesCollectionToOdbc(), propertiesDisplayToCollection(), propertiesGet(), propertiesGetObject(), propertiesGetObjectId(), propertiesGetSwizzled(), propertiesIsValid(), propertiesOdbcToCollection(), propertiesSet(), propertiesSetObject(), propertiesSetObjectId()
property textBody as %String);
Message body for type Text
Property methods: textBodyDisplayToLogical(), textBodyGet(), textBodyIsValid(), textBodyLogicalToDisplay(), textBodyLogicalToOdbc(), textBodyNormalize(), textBodySet()
property type as %String [ Required ];
Message type: Text or Bytes
Property methods: typeDisplayToLogical(), typeGet(), typeIsValid(), typeLogicalToDisplay(), typeLogicalToOdbc(), typeNormalize(), typeSet()
Inherited Members
Inherited Methods
- %AddToSaveSet()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %GetParameter()
- %IsA()
- %IsModified()
- %JSONExport()
- %JSONExportToStream()
- %JSONExportToString()
- %JSONImport()
- %JSONNew()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OriginalNamespace()
- %PackageName()
- %RemoveFromSaveSet()
- %SerializeObject()
- %SetModified()
- %ValidateObject()
- FromJSON()
- FromRemoteObject()
- ToJSON()