edu.ou.kmi.buddyspace.plugins.pubsub.xml
Class PubsubOptions

java.lang.Object
  |
  +--XMLData
        |
        +--edu.ou.kmi.buddyspace.plugins.pubsub.xml.PubsubOptions

public class PubsubOptions
extends XMLData

PubsubOptions contains <options> tag from pubsub.

See Also:
Serialized Form

Constructor Summary
PubsubOptions(PubsubOptionsBuilder builder)
          Creates a new PubsubOptions instance, based on the builder state.
 
Method Summary
 void appendItem(java.lang.StringBuffer retval)
          appendItem appends the XML representation of the current packet data to the specified StringBuffer.
 XData getForm()
           
 JID getJID()
           
 java.lang.String getNode()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PubsubOptions

public PubsubOptions(PubsubOptionsBuilder builder)
              throws java.lang.InstantiationException
Creates a new PubsubOptions instance, based on the builder state.

Parameters:
builder - an PubsubOptionsBuilder value
Throws:
java.lang.InstantiationException - if malformed or insufficient data is in the builder.
Method Detail

getNode

public java.lang.String getNode()

getJID

public JID getJID()

getForm

public XData getForm()

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