|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.cocoon.Notifier
Generates an XML representation of the current notification.
Constructor Summary | |
Notifier()
|
Method Summary | |
static void |
notify(Notificable n,
org.xml.sax.ContentHandler ch)
Generate notification information in XML format. |
static java.lang.String |
notify(Notificable 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(Notificable n, java.io.OutputStream outputStream) throws java.io.IOException
n
- The Notificable
objectoutputStream
- The output stream the notification is written to
This could be null
.public static void notify(Notificable 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 |