IBM WebSphere Application ServerTM
Release 7

com.ibm.websphere.ems.transport.jms
Class JMSRequest

java.lang.Object
  extended by com.ibm.websphere.ems.CMMRequest
      extended by com.ibm.websphere.ems.transport.jms.JMSRequest
All Implemented Interfaces:
java.io.Serializable

Deprecated. Deprecated since 6.0, EMS is replaced by using standard JMS apis

public final class JMSRequest
extends CMMRequest

Represents an inbound JMS request.

See Also:
Serialized Form

Constructor Summary
JMSRequest(javax.jms.Message message, CMMReplyCorrelator correlator)
          Deprecated. Deprecated since 6.0, EMS is replaced by using standard JMS apis
 
Method Summary
 javax.jms.Message getMessage()
          Deprecated. Deprecated since 6.0, EMS is replaced by using standard JMS apis
 
Methods inherited from class com.ibm.websphere.ems.CMMRequest
getCorrelator
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JMSRequest

public JMSRequest(javax.jms.Message message,
                  CMMReplyCorrelator correlator)
Deprecated. Deprecated since 6.0, EMS is replaced by using standard JMS apis

Constructor.

Parameters:
message - the request message
correlator - the correlator that may be used to send a reply
Method Detail

getMessage

public final javax.jms.Message getMessage()
Deprecated. Deprecated since 6.0, EMS is replaced by using standard JMS apis

Returns the request message.

Returns:
the request message

IBM WebSphere Application ServerTM
Release 7