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

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

public class PubsubSubscribeOpt
extends XMLData

PubsubPublish contains <subscribe-options> tag from pubsub.

See Also:
Serialized Form

Constructor Summary
PubsubSubscribeOpt(PubsubSubscribeOptBuilder builder)
          Creates a new PubsubSubscribeOpt 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.
 boolean isRequired()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PubsubSubscribeOpt

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

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

isRequired

public boolean isRequired()

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