edu.ou.kmi.buddyspace.plugins.pubsub.xml
Class PubsubOwnerOps
java.lang.Object
|
+--XMLData
|
+--edu.ou.kmi.buddyspace.plugins.pubsub.xml.PubsubOwnerOps
- public class PubsubOwnerOps
- extends XMLData
PubsubOwnerOps
contains <configure>, <delete>
or <purge> tag from pubsub.
- See Also:
- Serialized Form
Method Summary |
void |
appendItem(java.lang.StringBuffer retval)
appendItem appends the XML representation of the
current packet data to the specified StringBuffer . |
XData |
getForm()
|
java.lang.String |
getName()
|
java.lang.String |
getNode()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PubsubOwnerOps
public PubsubOwnerOps(PubsubOwnerOpsBuilder builder)
throws java.lang.InstantiationException
- Creates a new
PubsubOwnerOps
instance, based on the builder
state.
- Parameters:
builder
- an PubsubOwnerOpsBuilder
value
- Throws:
java.lang.InstantiationException
- if malformed or insufficient data is
in the builder.
getNode
public java.lang.String getNode()
getName
public java.lang.String getName()
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