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 |
|---|---|
java.lang.String |
convertDestination(ProtocolConverter converter,
javax.jms.Destination d) |
ActiveMQDestination |
convertDestination(ProtocolConverter converter,
java.lang.String name,
boolean forceFallback) |
ActiveMQMessage |
convertFrame(ProtocolConverter converter,
StompFrame frame) |
StompFrame |
convertMessage(ProtocolConverter converter,
ActiveMQMessage message) |
ActiveMQMessage convertFrame(ProtocolConverter converter, StompFrame frame) throws javax.jms.JMSException, ProtocolException
javax.jms.JMSExceptionProtocolExceptionStompFrame convertMessage(ProtocolConverter converter, ActiveMQMessage message) throws java.io.IOException, javax.jms.JMSException
java.io.IOExceptionjavax.jms.JMSExceptionjava.lang.String convertDestination(ProtocolConverter converter, javax.jms.Destination d)
ActiveMQDestination convertDestination(ProtocolConverter converter, java.lang.String name, boolean forceFallback) throws ProtocolException
ProtocolExceptionCopyright © 2005-2014 Red Hat, Inc.. All Rights Reserved.