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) |
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.JMSException
ProtocolException
StompFrame convertMessage(ProtocolConverter converter, ActiveMQMessage message) throws java.io.IOException, javax.jms.JMSException
java.io.IOException
javax.jms.JMSException
java.lang.String convertDestination(ProtocolConverter converter, javax.jms.Destination d)
ActiveMQDestination convertDestination(ProtocolConverter converter, java.lang.String name) throws ProtocolException
ProtocolException
Copyright © 2005-2012. All Rights Reserved.