Save This Page
Home » cocoon-2.1.11-src » org.apache » cocoon » components » notification » [javadoc | source]
org.apache.cocoon.components.notification
public class: Notifier [javadoc | source]
java.lang.Object
   org.apache.cocoon.components.notification.Notifier

Direct Known Subclasses:
    Notifier

Generates a representations of the specified Notifying Object.
Method from org.apache.cocoon.components.notification.Notifier Summary:
notify,   notify
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.cocoon.components.notification.Notifier Detail:
 public static  void notify(Notifying n,
    OutputStream outputStream,
    String mimetype) throws IOException 
    Generate notification information as a response. The notification is directly written to the OutputStream.
 public static  void notify(Notifying n,
    ContentHandler ch,
    String mimetype) throws SAXException 
    Generate notification information in XML format.