Package | Description |
---|---|
com.solacesystems.jcsmp |
The Solace Messaging API for Java (also referred to as JCSMP) is a 100% pure Java implementation that provides an object-oriented API for delivering high message throughput.
|
Modifier and Type | Method and Description |
---|---|
SDTMap |
Producer.createMap()
Create maps for use as user
properties or as structured
payload . |
SDTMap |
JCSMPFactory.createMap()
Create maps for use as user
properties or as structured
payload . |
SDTMap |
MapMessage.getMap()
Gets the message content.
|
SDTMap |
SDTMap.getMap(String key)
Returns the SDTMap value mapped to the specified case-sensitive key.
|
SDTMap |
XMLMessage.getProperties()
Gets the user properties map.
|
SDTMap |
SDTStream.readMap()
Reads a SDTMap from a Stream.
|
Modifier and Type | Method and Description |
---|---|
void |
SDTMap.putAll(SDTMap map)
Copies the mappings from the given SDTMap and puts them in this SDTMap.
|
void |
SDTMap.putMap(String key,
SDTMap value)
Associates the specified case-sensitive key with the value in the map.
|
void |
MapMessage.setMap(SDTMap map)
Sets the message content.
|
void |
XMLMessage.setProperties(SDTMap props)
This method allows users to specify their own user properties to be
carried in the message separate from the payload.
|
void |
SDTStream.writeMap(SDTMap value)
Writes a SDTMap to a stream.
|
Copyright 2004-2024 Solace Corporation. All rights reserved.