Uses of Class
org.mockejb.jms.MessageImpl

Packages that use MessageImpl
org.mockejb.jms   
 

Uses of MessageImpl in org.mockejb.jms
 

Subclasses of MessageImpl in org.mockejb.jms
 class BytesMessageImpl
          BytesMessage implementation.
 class MapMessageImpl
          MapMessage implementation.
 class ObjectMessageImpl
          ObjectMessage implementation.
 class StreamMessageImpl
          StreamMessage implementation.
 class TextMessageImpl
          TextMessage implementation.
 

Methods in org.mockejb.jms that return MessageImpl
static MessageImpl MessageUtility.copyMessage(javax.jms.Message msg, boolean reset)
          Copies header, properties and body of msg to a new message of the same type.