org.infoglue.cms.util
Class XMLNotificationWriter
java.lang.Object
|
+--org.infoglue.cms.util.XMLNotificationWriter
- All Implemented Interfaces:
- NotificationListener
- public class XMLNotificationWriter
- extends java.lang.Object
- implements NotificationListener
- Author:
- Stefan Sik
|
Constructor Summary |
XMLNotificationWriter(java.io.Writer out,
java.lang.String encoding,
java.lang.String boundary,
java.lang.Thread workingThread,
boolean compact,
boolean supressDecl)
|
|
Method Summary |
void |
notify(NotificationMessage message)
This method gets called when a new NotificationMessage is available. |
void |
setContextParameters(java.util.Map map)
This method sets the context/arguments thelistener should operate with.
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XMLNotificationWriter
public XMLNotificationWriter(java.io.Writer out,
java.lang.String encoding,
java.lang.String boundary,
java.lang.Thread workingThread,
boolean compact,
boolean supressDecl)
setContextParameters
public void setContextParameters(java.util.Map map)
- Description copied from interface:
NotificationListener
- This method sets the context/arguments thelistener should operate with.
Could be debuglevels and stuff like that.
- Specified by:
setContextParameters in interface NotificationListener
notify
public void notify(NotificationMessage message)
- Description copied from interface:
NotificationListener
- This method gets called when a new NotificationMessage is available.
- Specified by:
notify in interface NotificationListener