| 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.jms.encoding |
| Modifier and Type | Method and Description |
|---|---|
RawSMFMessage |
SDTMap.getMessage(String key)
SolReserved - Returns the RawSMFMessage value mapped to the specified case-sensitive key.
|
RawSMFMessage |
SDTStream.readMessage()
SolReserved - Reads a RawSMFMessage from a Stream.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SDTMap.putMessage(String key,
RawSMFMessage value)
SolReserved - Associates the specified case-sensitive key with the value in the map.
|
void |
SDTStream.writeMessage(RawSMFMessage value)
SolReserved - Writes a RawSMFMessage to a stream.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RawSMFMessageImpl |
| Modifier and Type | Method and Description |
|---|---|
RawSMFMessage |
Formatter.getMessage(Object value) |
RawSMFMessage |
ExactFormatter.getMessage(Object value) |
RawSMFMessage |
JMSFormatter.getMessage(Object value) |
RawSMFMessage |
PermissiveFormatter.getMessage(Object value) |
RawSMFMessage |
MapImpl.getMessage(String key) |
RawSMFMessage |
StreamImpl.readMessage() |
| Modifier and Type | Method and Description |
|---|---|
void |
MapImpl.putMessage(String key,
RawSMFMessage value) |
int |
TLVBuffer.write(RawSMFMessage value) |
void |
StreamImpl.writeMessage(RawSMFMessage value) |
| Modifier and Type | Method and Description |
|---|---|
RawSMFMessage |
StreamFormatter.getMessage(Object value) |
RawSMFMessage |
MapFormatter.getMessage(Object value) |
Copyright 2004-2021 Solace Corporation. All rights reserved.