org.objectweb.joram.shared.client
Class SessCreateTDReply
- java.io.Serializable
public class SessCreateTDReply
A SessCreateTDReply
is used by a JMS proxy for replying
to a SessCreate<TQ/TT>Request
.
- Serialized Form
String | getAgentId() - Returns the temporary destination's agent identifier.
|
void | setAgentId(String agentId) - Sets the destination identifier.
|
Hashtable | soapCode()
|
static Object | soapDecode(Hashtable h)
|
SessCreateTDReply
public SessCreateTDReply()
Constructs a SessCreateTDReply
instance.
SessCreateTDReply
public SessCreateTDReply(AbstractJmsRequest request,
String agentId)
Constructs a SessCreateTDReply
instance.
request
- The replied request.agentId
- String identifier of the destination agent.
getAgentId
public String getAgentId()
Returns the temporary destination's agent identifier.
setAgentId
public void setAgentId(String agentId)
Sets the destination identifier.
soapDecode
public static Object soapDecode(Hashtable h)
- soapDecode in interface AbstractJmsReply
Copyright B) 2004 Scalagent - All rights reserved