org.objectweb.joram.shared.client
Class ServerReply
- java.io.Serializable
A ServerReply
is used by a JMS proxy for
acknowledging the receipt of a synchronous AbstractJmsRequest
request.
- Serialized Form
ServerReply
public ServerReply()
Constructs a ServerReply
instance.
ServerReply
public ServerReply(int correlationId)
Constructs a ServerReply
instance.
correlationId
- Correlation identifier.
ServerReply
public ServerReply(AbstractJmsRequest request)
Constructs a ServerReply
instance.
request
- The acknowledged JMS request.
soapDecode
public static Object soapDecode(Hashtable h)
- soapDecode in interface AbstractJmsReply
Copyright B) 2004 Scalagent - All rights reserved