Methods in org.apache.activemq.transport.stomp with parameters of type ProtocolConverter |
String |
FrameTranslator.convertDestination(ProtocolConverter converter,
Destination d)
|
String |
LegacyFrameTranslator.convertDestination(ProtocolConverter converter,
Destination d)
|
ActiveMQDestination |
FrameTranslator.convertDestination(ProtocolConverter converter,
String name)
|
ActiveMQDestination |
LegacyFrameTranslator.convertDestination(ProtocolConverter converter,
String name)
|
ActiveMQMessage |
FrameTranslator.convertFrame(ProtocolConverter converter,
StompFrame frame)
|
ActiveMQMessage |
LegacyFrameTranslator.convertFrame(ProtocolConverter converter,
StompFrame command)
|
ActiveMQMessage |
JmsFrameTranslator.convertFrame(ProtocolConverter converter,
StompFrame command)
|
StompFrame |
FrameTranslator.convertMessage(ProtocolConverter converter,
ActiveMQMessage message)
|
StompFrame |
LegacyFrameTranslator.convertMessage(ProtocolConverter converter,
ActiveMQMessage message)
|
StompFrame |
JmsFrameTranslator.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)
|