| 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 |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BytesMessage
BytesMessage is used to send a message containing a stream
of uninterpreted bytes. |
interface |
MapMessage
MapMessage is used to send a message containing a SDTMap. |
interface |
StreamMessage
StreamMessage is used to send a message containing an SDTStream. |
interface |
TextMessage
TextMessage is used to send a message containing text. |
interface |
XMLContentMessage
XMLContentMessage is used to send a message containing XML data. |
| Modifier and Type | Class and Description |
|---|---|
class |
BytesMessageImpl |
class |
MapMessageImpl |
class |
MessageImpl |
class |
StreamMessageImpl |
class |
TextMessageImpl |
class |
XMLContentMessageImpl |
Copyright 2004-2019 Solace Corporation. All rights reserved.