edu.ou.kmi.buddyspace.plugins.disco.xml
Class DiscoFeature

java.lang.Object
  |
  +--XMLData
        |
        +--edu.ou.kmi.buddyspace.plugins.disco.xml.DiscoFeature

public class DiscoFeature
extends XMLData

DiscoFeature contains <feature> tag from disco#info.

See Also:
Serialized Form

Constructor Summary
DiscoFeature(DiscoFeatureBuilder builder)
          Creates a new DiscoFeature 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.
 java.lang.String getAttribute(java.lang.String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DiscoFeature

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

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

getAttribute

public java.lang.String getAttribute(java.lang.String name)

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