BEA Systems, Inc.

Uses of Interface
weblogic.jms.extensions.WLMessage

Packages that use WLMessage
weblogic.jms.extensions WebLogic Server extensions to JMS. 
 

Uses of WLMessage in weblogic.jms.extensions
 

Methods in weblogic.jms.extensions that return WLMessage
 WLMessage JMSMessageInfo.getMessage()
           Returns the JMS message attribute.
 

Methods in weblogic.jms.extensions with parameters of type WLMessage
 void JMSMessageInfo.setMessage(WLMessage message)
          Sets the message attribute.
 

Constructors in weblogic.jms.extensions with parameters of type WLMessage
JMSMessageInfo(long handle, int state, String xidString, long sequenceNumber, String consumerID, WLMessage message, String destinationName, boolean bodyIncluded)
           Construct an instance with the specified attributes.
JMSMessageInfo(WLMessage message)
           Constructs an object with only the WLMessage attribute.
 


Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs92
Copyright 2006 BEA Systems Inc.