org.objectweb.joram.shared.client

Class ServerReply

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

Field Summary

Fields inherited from class org.objectweb.joram.shared.client.AbstractJmsReply

correlationId

Constructor Summary

ServerReply()
Constructs a ServerReply instance.
ServerReply(int correlationId)
Constructs a ServerReply instance.
ServerReply(AbstractJmsRequest request)
Constructs a ServerReply instance.

Method Summary

Hashtable
soapCode()
static Object
soapDecode(Hashtable h)

Methods inherited from class org.objectweb.joram.shared.client.AbstractJmsReply

getCorrelationId, getKey, setCorrelationId, soapCode, soapDecode, toString

Constructor Details

ServerReply

public ServerReply()
Constructs a ServerReply instance.


ServerReply

public ServerReply(int correlationId)
Constructs a ServerReply instance.

Parameters:
correlationId - Correlation identifier.


ServerReply

public ServerReply(AbstractJmsRequest request)
Constructs a ServerReply instance.

Parameters:
request - The acknowledged JMS request.

Method Details

soapCode

public Hashtable soapCode()
Overrides:
soapCode in interface AbstractJmsReply


soapDecode

public static Object soapDecode(Hashtable h)
Overrides:
soapDecode in interface AbstractJmsReply


Copyright B) 2004 Scalagent - All rights reserved