Uses of Class
org.fusesource.stompjms.channel.StompFrame

Packages that use StompFrame
org.fusesource.stompjms.channel   
org.fusesource.stompjms.message   
org.fusesource.stompjms.util   
 

Uses of StompFrame in org.fusesource.stompjms.channel
 

Subclasses of StompFrame in org.fusesource.stompjms.channel
 class StompFrameError
          Command indicating that an invalid Stomp Frame was received.
 

Methods in org.fusesource.stompjms.channel that return StompFrame
static StompFrame StompTranslator.convert(StompJmsMessage message)
           
 

Methods in org.fusesource.stompjms.channel with parameters of type StompFrame
static StompJmsMessage StompTranslator.convert(StompFrame frame)
           
static void StompTranslator.copyJmsHeaders(StompFrame from, StompJmsMessage to)
           
static void StompTranslator.copyJmsHeaders(StompJmsMessage from, StompFrame to)
           
static StompJmsDestination StompTranslator.getDestination(StompFrame frame)
           
static java.util.Map<java.lang.String,java.lang.Object> StompTranslator.getJmsHeaders(StompFrame frame)
           
static StompJmsDestination StompTranslator.getReplyTo(StompFrame frame)
           
 void StompFrameListener.onFrame(StompFrame frame)
           
 void StompChannel.onFrame(StompFrame frame)
           
 void StompSocket.sendFrame(StompFrame frame)
          A one way asynchronous send
 void StompChannel.sendFrame(StompFrame frame)
           
 void StompChannel.sendRequest(java.lang.String id, StompFrame frame)
           
 

Uses of StompFrame in org.fusesource.stompjms.message
 

Fields in org.fusesource.stompjms.message declared as StompFrame
protected  StompFrame StompJmsMessage.frame
           
 

Uses of StompFrame in org.fusesource.stompjms.util
 

Methods in org.fusesource.stompjms.util that return StompFrame
 StompFrame SendRequest.get(long timeout)
           
 

Methods in org.fusesource.stompjms.util with parameters of type StompFrame
 void SendRequest.put(java.lang.String id, StompFrame r)
           
 



Copyright © 2010-2011 FuseSource, Corp.. All Rights Reserved.