Package | Description |
---|---|
org.apache.activemq.transport.stomp |
An implementation of the Stomp protocol which is a simple wire protocol for writing clients for ActiveMQ in different
languages like Ruby, Python, PHP, C etc.
|
Modifier and Type | Field and Description |
---|---|
protected ProtocolConverter |
StompSubscription.protocolConverter |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
LegacyFrameTranslator.convertDestination(ProtocolConverter converter,
javax.jms.Destination d) |
java.lang.String |
FrameTranslator.convertDestination(ProtocolConverter converter,
javax.jms.Destination d) |
ActiveMQDestination |
LegacyFrameTranslator.convertDestination(ProtocolConverter converter,
java.lang.String name,
boolean forceFallback) |
ActiveMQDestination |
FrameTranslator.convertDestination(ProtocolConverter converter,
java.lang.String name,
boolean forceFallback) |
ActiveMQMessage |
JmsFrameTranslator.convertFrame(ProtocolConverter converter,
StompFrame command) |
ActiveMQMessage |
LegacyFrameTranslator.convertFrame(ProtocolConverter converter,
StompFrame command) |
ActiveMQMessage |
FrameTranslator.convertFrame(ProtocolConverter converter,
StompFrame frame) |
StompFrame |
JmsFrameTranslator.convertMessage(ProtocolConverter converter,
ActiveMQMessage message) |
StompFrame |
LegacyFrameTranslator.convertMessage(ProtocolConverter converter,
ActiveMQMessage message) |
StompFrame |
FrameTranslator.convertMessage(ProtocolConverter converter,
ActiveMQMessage message) |
static void |
FrameTranslator.Helper.copyStandardHeadersFromFrameToMessage(ProtocolConverter converter,
StompFrame command,
ActiveMQMessage msg,
FrameTranslator ft) |
static void |
FrameTranslator.Helper.copyStandardHeadersFromMessageToFrame(ProtocolConverter converter,
ActiveMQMessage message,
StompFrame command,
FrameTranslator ft) |
Constructor and Description |
---|
StompQueueBrowserSubscription(ProtocolConverter stompTransport,
java.lang.String subscriptionId,
ConsumerInfo consumerInfo,
java.lang.String transformation) |
StompSubscription(ProtocolConverter stompTransport,
java.lang.String subscriptionId,
ConsumerInfo consumerInfo,
java.lang.String transformation) |
Copyright © 2005-2014. All Rights Reserved.