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

Packages that use ProtocolException
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 ProtocolException in org.apache.activemq.transport.stomp
 

Methods in org.apache.activemq.transport.stomp that return ProtocolException
 ProtocolException StompFrameError.getException()
           
 

Methods in org.apache.activemq.transport.stomp that throw ProtocolException
protected  void ProtocolConverter.checkConnected()
           
 ActiveMQDestination LegacyFrameTranslator.convertDestination(java.lang.String name)
           
 ActiveMQDestination FrameTranslator.convertDestination(java.lang.String name)
           
 ActiveMQMessage LegacyFrameTranslator.convertFrame(StompFrame command)
           
 ActiveMQMessage FrameTranslator.convertFrame(StompFrame frame)
           
static void FrameTranslator.Helper.copyStandardHeadersFromFrameToMessage(StompFrame command, ActiveMQMessage msg, FrameTranslator ft)
           
protected  void ProtocolConverter.onStompAbort(StompFrame command)
           
protected  void ProtocolConverter.onStompAck(StompFrame command)
           
protected  void ProtocolConverter.onStompBegin(StompFrame command)
           
protected  void ProtocolConverter.onStompCommit(StompFrame command)
           
protected  void ProtocolConverter.onStompConnect(StompFrame command)
           
protected  void ProtocolConverter.onStompDisconnect(StompFrame command)
           
protected  void ProtocolConverter.onStompSubscribe(StompFrame command)
           
protected  void ProtocolConverter.onStompUnsubscribe(StompFrame command)
           
 

Constructors in org.apache.activemq.transport.stomp with parameters of type ProtocolException
StompFrameError(ProtocolException exception)
           
 



Copyright © 2010 Apache Software Foundation. All Rights Reserved.