public class IQHandlerInfo extends Object
A simple meta-data class that stores several related tools for generic IQ protocol handling.
To handle an IQ packet, the server needs to know:
We provide this information by having all IQHandlers report their info. Interested parties can watch for IQHandlers in the service lookup and build appropriate data structures on the current state of IQ handlers in the system.
Constructor and Description |
---|
IQHandlerInfo(String name,
String namespace)
Construct an info object.
|
Modifier and Type | Method and Description |
---|---|
String |
getName()
Obtain the name of the root iq element for this packet type.
|
String |
getNamespace()
Obtain the namespace of the root iq element for this packet type.
|
public String getName()
Obtain the name of the root iq element for this packet type.
public String getNamespace()
Obtain the namespace of the root iq element for this packet type.
Copyright © 2003-2008 Jive Software.