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

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

public class DiscoIdentityBuilder
extends java.lang.Object

DiscoIdentityBuilder is used to construct DiscoIdentity objects


Constructor Summary
DiscoIdentityBuilder()
           
 
Method Summary
 Extension build()
           
 java.lang.String getAttribute(java.lang.String name)
           
 org.xml.sax.AttributeList getAttributes()
           
 void reset()
          reset this builder to a default state, for reuse
 void setAttributes(org.xml.sax.AttributeList attributes)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DiscoIdentityBuilder

public DiscoIdentityBuilder()
Method Detail

reset

public void reset()
reset this builder to a default state, for reuse


getAttribute

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

getAttributes

public org.xml.sax.AttributeList getAttributes()

setAttributes

public void setAttributes(org.xml.sax.AttributeList attributes)

build

public Extension build()
                throws java.lang.InstantiationException
java.lang.InstantiationException