WebLogic Messaging API Class Library

IMapMessage Members

IMapMessage overview

Public Instance Methods

GetBooleanReturns the boolean value with the specified name.
GetByteReturns the byte value with the specified name.
GetBytesReturns the byte array value with the specified name.
GetCharReturns the Unicode character value with the specified name.
GetDoubleReturns the double value with the specified name.
GetFloatReturns the float value with the specified name.
GetIntReturns the int value with the specified name.
GetLongReturns the long value with the specified name.
GetMapNamesReturns an Enumeration of all the names in the IMapMessage object.
GetObjectReturns the value of the object with the specified name. This method can be used to return an object that had been stored in the Map with the equivalent SetObject method call, or its equivalent primitive Settype method.
GetShortReturns the short value with the specified name.
GetStringReturns the String value with the specified name.
ItemExistsIndicates whether an item exists in this IMapMessage object.
SetBooleanSets a boolean value with the specified name into the Map.
SetByteSets a sbyte value with the specified name into the Map.
SetBytesOverloaded. Sets a byte array value with the specified name into the Map.
SetCharSets a Unicode character value with the specified name into the Map.
SetDoubleSets a double value with the specified name into the Map.
SetFloatSets a float value with the specified name into the Map.
SetIntSets an int value with the specified name into the Map.
SetLongSets a long value with the specified name into the Map.
SetObjectSets an object value with the specified name into the Map. This method works only for the objectified primitive object types (int, double, long ...), String objects, and byte arrays.
SetShortSets a short value with the specified name into the Map.
SetStringSets a String value with the specified name into the Map.

See Also

IMapMessage Interface | WebLogic.Messaging Namespace | CreateMapMessage | IBytesMessage | IMessage | IObjectMessage | IStreamMessage | ITextMessage