org.objectweb.joram.shared.client

Class SessCreateTDReply

Implemented Interfaces:
java.io.Serializable

public class SessCreateTDReply
extends AbstractJmsReply

A SessCreateTDReply is used by a JMS proxy for replying to a SessCreate<TQ/TT>Request.

See Also:
Serialized Form

Field Summary

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

correlationId

Constructor Summary

SessCreateTDReply()
Constructs a SessCreateTDReply instance.
SessCreateTDReply(AbstractJmsRequest request, String agentId)
Constructs a SessCreateTDReply instance.

Method Summary

String
getAgentId()
Returns the temporary destination's agent identifier.
void
setAgentId(String agentId)
Sets the destination identifier.
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

SessCreateTDReply

public SessCreateTDReply()
Constructs a SessCreateTDReply instance.


SessCreateTDReply

public SessCreateTDReply(AbstractJmsRequest request,
                         String agentId)
Constructs a SessCreateTDReply instance.

Parameters:
request - The replied request.
agentId - String identifier of the destination agent.

Method Details

getAgentId

public String getAgentId()
Returns the temporary destination's agent identifier.


setAgentId

public void setAgentId(String agentId)
Sets the destination identifier.


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