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