|
Openfire 3.6.3 Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jivesoftware.openfire.IQHandlerInfo
public class IQHandlerInfo
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 Summary | |
---|---|
IQHandlerInfo(String name,
String namespace)
Construct an info object. |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IQHandlerInfo(String name, String namespace)
Construct an info object.
name
- The name of the root iq elementnamespace
- The namespace of the root iq elementMethod Detail |
---|
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.
|
Openfire 3.6.3 Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |