| Package | Description |
|---|---|
| org.fusesource.stomp.jms | |
| org.fusesource.stomp.jms.message | |
| org.fusesource.stomp.jms.util |
| Modifier and Type | Class and Description |
|---|---|
class |
StompJmsQueueConnection |
class |
StompJmsTopicConnection |
| Modifier and Type | Method and Description |
|---|---|
StompJmsConnection |
StompJmsSession.getConnection() |
| Modifier and Type | Method and Description |
|---|---|
static StompJmsDestination |
StompJmsDestination.createDestination(StompJmsConnection connection,
java.lang.String name) |
StompJmsTempQueue |
StompServerAdaptor.isTempQueue(StompJmsConnection connection,
java.lang.String value) |
StompJmsTempQueue |
ApolloServerAdaptor.isTempQueue(StompJmsConnection connection,
java.lang.String value) |
StompJmsTempTopic |
StompServerAdaptor.isTempTopic(StompJmsConnection connection,
java.lang.String value) |
StompJmsTempTopic |
ApolloServerAdaptor.isTempTopic(StompJmsConnection connection,
java.lang.String value) |
| Constructor and Description |
|---|
StompJmsQueue(StompJmsConnection connection,
java.lang.String name) |
StompJmsQueueSession(StompJmsConnection connection,
int acknowledgementMode,
boolean forceAsyncSend)
Constructor
|
StompJmsSession(StompJmsConnection connection,
int acknowledgementMode,
boolean forceAsyncSend)
Constructor
|
StompJmsTopic(StompJmsConnection connection,
java.lang.String name) |
StompJmsTopicSession(StompJmsConnection connection,
int acknowledgementMode,
boolean forceAsyncSend)
Constructor
|
| Modifier and Type | Field and Description |
|---|---|
protected StompJmsConnection |
StompJmsMessage.connection |
| Modifier and Type | Method and Description |
|---|---|
StompJmsConnection |
StompJmsMessage.getConnection() |
| Modifier and Type | Method and Description |
|---|---|
static void |
StompJmsMessageTransformation.copyProperties(StompJmsConnection connection,
javax.jms.Message fromMessage,
javax.jms.Message toMessage)
Copies the standard JMS and user defined properties from the givem
message to the specified message
|
void |
StompJmsMessage.setConnection(StompJmsConnection connection) |
static StompJmsDestination |
StompJmsMessageTransformation.transformDestination(StompJmsConnection connection,
javax.jms.Destination destination)
Creates a an available JMS message from another provider.
|
static StompJmsMessage |
StompJmsMessageTransformation.transformMessage(StompJmsConnection connection,
javax.jms.Message message)
Creates a fast shallow copy of the current StompJmsMessage or creates a
whole new message instance from an available JMS message from another
provider.
|
| Modifier and Type | Method and Description |
|---|---|
static java.lang.Object |
TypeConversionSupport.convert(StompJmsConnection connection,
java.lang.Object value,
java.lang.Class clazz) |
Copyright © 2010-2013 FuseSource, Corp.. All Rights Reserved.