| 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.
|
| com.solacesystems.jcsmp.impl | |
| com.solacesystems.jcsmp.impl.sdt | |
| com.solacesystems.jcsmp.impl.solcache | |
| com.solacesystems.jcsmpx.impl | |
| com.solacesystems.jms.encoding | |
| com.solacesystems.jms.message |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
SDTMap |
JCSMPXMLMessageProducer.createMap() |
SDTMap |
MapMessageImpl.getMap() |
SDTMap |
MessageImpl.getProperties() |
SDTMap |
JCSMPXMLMessage.getProperties() |
SDTMap |
HeaderStore.getPropertyMap() |
SDTMap |
HeaderStoreImplRW.getPropertyMap() |
SDTMap |
HeaderStoreImplRO.getPropertyMap() |
| Modifier and Type | Method and Description |
|---|---|
void |
MapMessageImpl.setMap(SDTMap map) |
void |
MessageImpl.setProperties(SDTMap props) |
void |
JCSMPXMLMessage.setProperties(SDTMap props) |
void |
HeaderStore.setPropertyMap(SDTMap props) |
void |
HeaderStoreImplRW.setPropertyMap(SDTMap props) |
void |
HeaderStoreImplRO.setPropertyMap(SDTMap props) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SDTMapIF |
| Modifier and Type | Class and Description |
|---|---|
class |
MapImpl |
| Modifier and Type | Field and Description |
|---|---|
SDTMap |
JMSInteropTest.jmsProps |
SDTMap |
InteropTest.props |
| Modifier and Type | Method and Description |
|---|---|
SDTMap |
Formatter.getMap(Object value) |
SDTMap |
ExactFormatter.getMap(Object value) |
SDTMap |
JMSFormatter.getMap(Object value) |
SDTMap |
PermissiveFormatter.getMap(Object value) |
SDTMap |
MapImpl.getMap(String key) |
SDTMap |
StreamImpl.readMap() |
static SDTMap |
MapImpl.valueOf(Map<String,Object> map) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
InteropTest.equiv(SDTMap map1,
SDTMap map2) |
void |
MapImpl.putAll(SDTMap map) |
void |
MapImpl.putMap(String key,
SDTMap value) |
static void |
InteropTest.testMapValues(SDTMap expected,
SDTMap received,
Integer testNumber,
String errorStr) |
int |
TLVBuffer.write(SDTMap value) |
void |
StreamImpl.writeMap(SDTMap value) |
| Constructor and Description |
|---|
MapImpl(SDTMap toclone) |
| Modifier and Type | Method and Description |
|---|---|
SDTMap |
CacheEventMessageImpl.getProperties() |
| Modifier and Type | Method and Description |
|---|---|
void |
CacheEventMessageImpl.setProperties(SDTMap props) |
| Modifier and Type | Method and Description |
|---|---|
SDTMap |
TopicProducerImpl.createMap() |
| Modifier and Type | Method and Description |
|---|---|
SDTMap |
StreamFormatter.getMap(Object value) |
SDTMap |
MapFormatter.getMap(Object value) |
| Modifier and Type | Method and Description |
|---|---|
static void |
InteropTest.testMapValues(SDTMap expected,
MapMessage received,
int testNo) |
| Modifier and Type | Method and Description |
|---|---|
SDTMap |
SolMapMessage.getMap() |
SDTMap |
MapMessageIF.getMap() |
Copyright 2004-2021 Solace Corporation. All rights reserved.