edu.ou.kmi.buddyspace.xml
Class IQServices

java.lang.Object
  |
  +--HashExtension
        |
        +--edu.ou.kmi.buddyspace.xml.IQServices

public class IQServices
extends HashExtension

An IQSerices holds the values for BuddySpace services namespace

See Also:
Serialized Form

Constructor Summary
IQServices(IQServicesBuilder builder)
          Creates a new IQServices instance.
 
Method Summary
 void appendItem(java.lang.StringBuffer retval)
          appendItem appends the XML representation of the current packet data to the specified StringBuffer.
 java.util.Enumeration extensions()
          returns an enumeration of extensions contained within this object.
protected  java.lang.String getXMLNS()
          Used to fetch the internal XMLNS, which is used by AppendItem and toString to return the proper XML representation.
 boolean isIQ()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IQServices

public IQServices(IQServicesBuilder builder)
           throws java.lang.InstantiationException
Creates a new IQServices instance.

Method Detail

getXMLNS

protected java.lang.String getXMLNS()
Used to fetch the internal XMLNS, which is used by AppendItem and toString to return the proper XML representation.

Returns:
String holding the XML namespace

isIQ

public boolean isIQ()

extensions

public java.util.Enumeration extensions()
returns an enumeration of extensions contained within this object.

Returns:
an Enumeration value

appendItem

public void appendItem(java.lang.StringBuffer retval)
appendItem appends the XML representation of the current packet data to the specified StringBuffer.

Parameters:
retval - The StringBuffer to append to