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

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

public class XPubsubEventBuilder
extends java.lang.Object

XPubsubEventBuilder is used to construct XPubsubEvent objects


Constructor Summary
XPubsubEventBuilder()
          Creates a new XPubsubEventBuilder instance.
 
Method Summary
 Extension build()
          build a new XPubsubEvent object
 XMLData getChild()
           
 void reset()
          reset the builder to a default state, so it can be reused.
 void setChild(XMLData newChild)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XPubsubEventBuilder

public XPubsubEventBuilder()
Creates a new XPubsubEventBuilder instance.

Method Detail

reset

public void reset()
reset the builder to a default state, so it can be reused.


setChild

public void setChild(XMLData newChild)

getChild

public XMLData getChild()

build

public Extension build()
                throws java.lang.InstantiationException
build a new XPubsubEvent object

Returns:
an Extension value
Throws:
java.lang.InstantiationException - if insufficient or incorrect data was proviced.