| 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 |
|---|---|
SDTStream |
Producer.createStream()
Create streams for use as structured
payload. |
SDTStream |
JCSMPFactory.createStream()
Create streams for use as structured
payload. |
SDTStream |
StreamMessage.getStream()
Gets the message content.
|
SDTStream |
SDTMap.getStream(String key)
Returns the SDTStream value mapped to the specified case-sensitive key.
|
SDTStream |
SDTStream.readStream()
Reads a SDTStream from a Stream.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SDTMap.putStream(String key,
SDTStream value)
Associates the specified case-sensitive key with the value in the map.
|
void |
StreamMessage.setStream(SDTStream stream)
Sets the message content.
|
void |
SDTStream.writeStream(SDTStream value)
Writes a SDTStream to a stream.
|
| Modifier and Type | Method and Description |
|---|---|
SDTStream |
JCSMPXMLMessageProducer.createStream() |
SDTStream |
StreamMessageImpl.getStream() |
| Modifier and Type | Method and Description |
|---|---|
void |
StreamMessageImpl.setStream(SDTStream stream) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SDTStreamIF |
| Modifier and Type | Class and Description |
|---|---|
class |
StreamImpl |
| Modifier and Type | Method and Description |
|---|---|
SDTStream |
Formatter.getStream(Object value) |
SDTStream |
ExactFormatter.getStream(Object value) |
SDTStream |
JMSFormatter.getStream(Object value) |
SDTStream |
PermissiveFormatter.getStream(Object value) |
SDTStream |
MapImpl.getStream(String key) |
SDTStream |
StreamImpl.readStream() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
InteropTest.equiv(SDTStream stream1,
SDTStream stream2) |
void |
MapImpl.putStream(String key,
SDTStream value) |
static void |
InteropTest.testStreamValues(SDTStream expected,
SDTStream received,
Integer testNumber,
String errorStr) |
int |
TLVBuffer.write(SDTStream value) |
void |
StreamImpl.writeStream(SDTStream value) |
| Modifier and Type | Method and Description |
|---|---|
SDTStream |
CacheGetResponse.getClusterNames() |
SDTStream |
CacheGetResponse.getMessages() |
| Modifier and Type | Method and Description |
|---|---|
SDTStream |
TopicProducerImpl.createStream() |
| Modifier and Type | Method and Description |
|---|---|
SDTStream |
StreamFormatter.getStream(Object value) |
SDTStream |
MapFormatter.getStream(Object value) |
| Modifier and Type | Method and Description |
|---|---|
static void |
InteropTest.testStreamValues(SDTStream expected,
StreamMessage received,
int testNo) |
| Modifier and Type | Method and Description |
|---|---|
SDTStream |
SolStreamMessage.getStream() |
SDTStream |
StreamMessageIF.getStream() |
Copyright 2004-2021 Solace Corporation. All rights reserved.