Uses of Class
org.apache.activemq.transport.stomp.ProtocolConverter

Packages that use ProtocolConverter
org.apache.activemq.transport.stomp An implementation of the Stomp protocol which is a simple wire protocol for writing clients for ActiveMQ in different languages like Ruby, Python, PHP, C etc. 
 

Uses of ProtocolConverter in org.apache.activemq.transport.stomp
 

Methods in org.apache.activemq.transport.stomp with parameters of type ProtocolConverter
 String FrameTranslator.convertDestination(ProtocolConverter converter, Destination d)
           
 String LegacyFrameTranslator.convertDestination(ProtocolConverter converter, Destination d)
           
 ActiveMQDestination FrameTranslator.convertDestination(ProtocolConverter converter, String name)
           
 ActiveMQDestination LegacyFrameTranslator.convertDestination(ProtocolConverter converter, String name)
           
 ActiveMQMessage FrameTranslator.convertFrame(ProtocolConverter converter, StompFrame frame)
           
 ActiveMQMessage LegacyFrameTranslator.convertFrame(ProtocolConverter converter, StompFrame command)
           
 ActiveMQMessage JmsFrameTranslator.convertFrame(ProtocolConverter converter, StompFrame command)
           
 StompFrame FrameTranslator.convertMessage(ProtocolConverter converter, ActiveMQMessage message)
           
 StompFrame LegacyFrameTranslator.convertMessage(ProtocolConverter converter, ActiveMQMessage message)
           
 StompFrame JmsFrameTranslator.convertMessage(ProtocolConverter converter, ActiveMQMessage message)
           
static void FrameTranslator.Helper.copyStandardHeadersFromFrameToMessage(ProtocolConverter converter, StompFrame command, ActiveMQMessage msg, FrameTranslator ft)
           
static void FrameTranslator.Helper.copyStandardHeadersFromMessageToFrame(ProtocolConverter converter, ActiveMQMessage message, StompFrame command, FrameTranslator ft)
           
 

Constructors in org.apache.activemq.transport.stomp with parameters of type ProtocolConverter
StompSubscription(ProtocolConverter stompTransport, String subscriptionId, ConsumerInfo consumerInfo, String transformation)
           
 



Copyright © 2005-2011 Apache Software Foundation. All Rights Reserved.