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,
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 JMSException, ProtocolException
JMSException
ProtocolException
StompFrame convertMessage(ProtocolConverter converter, org.apache.activemq.command.ActiveMQMessage message) throws IOException, JMSException
IOException
JMSException
String convertDestination(ProtocolConverter converter, Destination d)
org.apache.activemq.command.ActiveMQDestination convertDestination(ProtocolConverter converter, String name, boolean forceFallback) throws ProtocolException
ProtocolException
Copyright © 2005–2016 FuseSource, Corp.. All rights reserved.