org.objectweb.joram.shared.client
Class SessCreateTDReply
java.lang.Object
org.objectweb.joram.shared.client.AbstractJmsReply
org.objectweb.joram.shared.client.SessCreateTDReply
- All 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
Method Summary |
java.lang.String |
getAgentId()
Returns the temporary destination's agent identifier. |
void |
setAgentId(java.lang.String agentId)
Sets the destination identifier. |
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 |
SessCreateTDReply
public SessCreateTDReply(AbstractJmsRequest request,
java.lang.String agentId)
- Constructs a
SessCreateTDReply
instance.
- Parameters:
request
- The replied request.agentId
- String identifier of the destination agent.
SessCreateTDReply
public SessCreateTDReply()
- Constructs a
SessCreateTDReply
instance.
setAgentId
public void setAgentId(java.lang.String agentId)
- Sets the destination identifier.
getAgentId
public java.lang.String getAgentId()
- Returns the temporary destination's agent identifier.
soapCode
public java.util.Hashtable soapCode()
- Overrides:
soapCode
in class AbstractJmsReply
soapDecode
public static java.lang.Object soapDecode(java.util.Hashtable h)
Copyright © 2005 Scalagent - All rights reserved