public interface FrameTranslator
Modifier and Type | Interface and Description |
---|---|
static class |
FrameTranslator.Helper
Helper class which holds commonly needed functions used when implementing
FrameTranslators
|
Modifier and Type | Method and Description |
---|---|
String |
convertDestination(ProtocolConverter converter,
javax.jms.Destination d) |
org.apache.activemq.command.ActiveMQDestination |
convertDestination(ProtocolConverter converter,
String name,
boolean forceFallback) |
org.apache.activemq.command.ActiveMQMessage |
convertFrame(ProtocolConverter converter,
StompFrame frame) |
StompFrame |
convertMessage(ProtocolConverter converter,
org.apache.activemq.command.ActiveMQMessage message) |
org.apache.activemq.command.ActiveMQMessage convertFrame(ProtocolConverter converter, StompFrame frame) throws javax.jms.JMSException, ProtocolException
javax.jms.JMSException
ProtocolException
StompFrame convertMessage(ProtocolConverter converter, org.apache.activemq.command.ActiveMQMessage message) throws IOException, javax.jms.JMSException
IOException
javax.jms.JMSException
String convertDestination(ProtocolConverter converter, javax.jms.Destination d)
org.apache.activemq.command.ActiveMQDestination convertDestination(ProtocolConverter converter, String name, boolean forceFallback) throws ProtocolException
ProtocolException
Copyright © 2005–2020 FuseSource, Corp.. All rights reserved.