|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.xml.sax.helpers.DefaultHandler
com.sun.im.service.ConferenceEventHelper
Helper class for recipients of a poll message. This class can be used to parse the xml from the poll message and generate a poll response based on user input.
Constructor Summary | |
ConferenceEventHelper()
Constructor used to generate conference event |
|
ConferenceEventHelper(org.netbeans.lib.collab.ConferenceEventHelper c)
|
|
ConferenceEventHelper(java.io.InputStream in)
Constructor used to parse a conference event |
|
ConferenceEventHelper(java.lang.String str)
Constructor used to parse a conference event |
Method Summary | |
void |
addTuple(ConferenceEventTuple tuple)
|
void |
characters(char[] ch,
int start,
int length)
|
void |
endElement(java.lang.String nsuri,
java.lang.String localName,
java.lang.String fqName)
|
java.lang.Object |
getDelegatedObject()
This method returns the delegated object |
java.io.InputStream |
getInputStream()
|
java.util.Collection |
getTuples()
|
void |
startDocument()
|
void |
startElement(java.lang.String nsuri,
java.lang.String localName,
java.lang.String fqName,
org.xml.sax.Attributes attributes)
|
java.lang.String |
toString()
|
Methods inherited from class org.xml.sax.helpers.DefaultHandler |
endDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startPrefixMapping, unparsedEntityDecl, warning |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ConferenceEventHelper(java.io.InputStream in) throws java.lang.Exception
in
- UTF-8 encoded input stream to the conference event
message content (XML document)public ConferenceEventHelper(java.lang.String str) throws java.lang.Exception
str
- conference event message content (XML document)public ConferenceEventHelper()
public ConferenceEventHelper(org.netbeans.lib.collab.ConferenceEventHelper c)
Method Detail |
public void addTuple(ConferenceEventTuple tuple)
public void characters(char[] ch, int start, int length) throws org.xml.sax.SAXException
characters
in interface org.xml.sax.ContentHandler
org.xml.sax.SAXException
public void startDocument() throws org.xml.sax.SAXException
startDocument
in interface org.xml.sax.ContentHandler
org.xml.sax.SAXException
public void endElement(java.lang.String nsuri, java.lang.String localName, java.lang.String fqName) throws org.xml.sax.SAXException
endElement
in interface org.xml.sax.ContentHandler
org.xml.sax.SAXException
public void startElement(java.lang.String nsuri, java.lang.String localName, java.lang.String fqName, org.xml.sax.Attributes attributes) throws org.xml.sax.SAXException
startElement
in interface org.xml.sax.ContentHandler
org.xml.sax.SAXException
public java.util.Collection getTuples()
public java.lang.String toString()
public java.io.InputStream getInputStream() throws java.lang.Exception
java.lang.Exception
public java.lang.Object getDelegatedObject()
Delegation
getDelegatedObject
in interface Delegation
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |