org.apache.camel.component.jmx
Class NotificationXmlFormatter

java.lang.Object
  extended by org.apache.camel.component.jmx.NotificationXmlFormatter

public class NotificationXmlFormatter
extends Object

Converts the Notification into an XML stream.

Author:
markford

Constructor Summary
NotificationXmlFormatter()
           
 
Method Summary
 String format(Notification aNotification)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotificationXmlFormatter

public NotificationXmlFormatter()
Method Detail

format

public String format(Notification aNotification)
              throws NotificationFormatException
Throws:
NotificationFormatException


Apache CAMEL