Uses of Interface
javax.jms.Destination

Packages that use Destination
javax.jms   
 

Uses of Destination in javax.jms
 

Methods in javax.jms that return Destination
 Destination Message.getJMSDestination()
          Gets the Destination object for this message.
 Destination Message.getJMSReplyTo()
          Gets the Destination object to which a reply to this message should be sent.
 

Methods in javax.jms with parameters of type Destination
 void Message.setJMSDestination(Destination destination)
          Sets the Destination object for this message.
 void Message.setJMSReplyTo(Destination replyTo)
          Sets the Destination object to which a reply to this message should be sent.
 



Copyright © 2008. All Rights Reserved.