|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.cocoon.components.notification.Notifier
Generates a representations of the specified Notifying Object.
Constructor Summary | |
Notifier()
|
Method Summary | |
static void |
notify(Notifying n,
org.xml.sax.ContentHandler ch)
Generate notification information in XML format. |
static java.lang.String |
notify(Notifying n,
java.io.OutputStream outputStream)
Generate notification information as a response. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Notifier()
Method Detail |
public static java.lang.String notify(Notifying n, java.io.OutputStream outputStream) throws java.io.IOException
n
- The Notifying
objectoutputStream
- The output stream the notification is written to
This could be null
.public static void notify(Notifying n, org.xml.sax.ContentHandler ch) throws org.xml.sax.SAXException
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |