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
 

Fields in org.apache.activemq.transport.stomp declared as ProtocolConverter
protected  ProtocolConverter StompSubscription.protocolConverter
           
 

Methods in org.apache.activemq.transport.stomp with parameters of type ProtocolConverter
 java.lang.String FrameTranslator.convertDestination(ProtocolConverter converter, javax.jms.Destination d)
           
 java.lang.String LegacyFrameTranslator.convertDestination(ProtocolConverter converter, javax.jms.Destination d)
           
 ActiveMQDestination FrameTranslator.convertDestination(ProtocolConverter converter, java.lang.String name, boolean forceFallback)
           
 ActiveMQDestination LegacyFrameTranslator.convertDestination(ProtocolConverter converter, java.lang.String name, boolean forceFallback)
           
 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
StompQueueBrowserSubscription(ProtocolConverter stompTransport, java.lang.String subscriptionId, ConsumerInfo consumerInfo, java.lang.String transformation)
           
StompSubscription(ProtocolConverter stompTransport, java.lang.String subscriptionId, ConsumerInfo consumerInfo, java.lang.String transformation)
           
 



Copyright © 2005-2016. All Rights Reserved.