Uses of Interface
javax.jms.ObjectMessage

Packages that use ObjectMessage
javax.jms This is the basic contract for the Java Message Service - what JBossMQ offers and clients can expect. 
 

Uses of ObjectMessage in javax.jms
 

Methods in javax.jms that return ObjectMessage
 ObjectMessage Session.createObjectMessage()
          Creates an ObjectMessage object.
 ObjectMessage Session.createObjectMessage(Serializable object)
          Creates an initialized ObjectMessage object.
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.