org.objectweb.joram.shared.client
Class GetAdminTopicReply
- java.io.Serializable
public class GetAdminTopicReply
A GetAdminTopicReply
is sent by an administrator proxy for
notifying an administrator client of the identifier of the local admin
topic.
- Serialized Form
String | getId() - Returns the identifier of the admin topic.
|
void | setId(String id) - Sets the identifier of the admin topic.
|
Hashtable | soapCode()
|
static Object | soapDecode(Hashtable h)
|
GetAdminTopicReply
public GetAdminTopicReply()
Constructs a GetAdminTopicReply
instance.
GetAdminTopicReply
public GetAdminTopicReply(GetAdminTopicRequest request,
String id)
Constructs a GetAdminTopicReply
instance.
request
- The GetAdminTopicRequest
being answered.id
- The identifier of the admin topic.
getId
public String getId()
Returns the identifier of the admin topic.
setId
public void setId(String id)
Sets the identifier of the admin topic.
soapDecode
public static Object soapDecode(Hashtable h)
- soapDecode in interface AbstractJmsReply
Copyright B) 2004 Scalagent - All rights reserved