org.objectweb.joram.shared.client
Class ServerReply
java.lang.Object
org.objectweb.joram.shared.client.AbstractJmsReply
org.objectweb.joram.shared.client.ServerReply
- All Implemented Interfaces:
- java.io.Serializable
- public class ServerReply
- extends AbstractJmsReply
A ServerReply
is used by a JMS proxy for
acknowledging the receipt of a synchronous AbstractJmsRequest
request.
- See Also:
- Serialized Form
Method Summary |
java.util.Hashtable |
soapCode()
|
static java.lang.Object |
soapDecode(java.util.Hashtable h)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ServerReply
public ServerReply(AbstractJmsRequest request)
- Constructs a
ServerReply
instance.
- Parameters:
request
- The acknowledged JMS request.
ServerReply
public ServerReply(int correlationId)
- Constructs a
ServerReply
instance.
- Parameters:
correlationId
- Correlation identifier.
ServerReply
public ServerReply()
- Constructs a
ServerReply
instance.
soapCode
public java.util.Hashtable soapCode()
- Overrides:
soapCode
in class AbstractJmsReply
soapDecode
public static java.lang.Object soapDecode(java.util.Hashtable h)
Copyright ? 2004 Scalagent - All rights reserved