org.activemath.events.impl
Class EventEncoder

java.lang.Object
  extended by org.activemath.events.impl.EventEncoder

public class EventEncoder
extends Object

Facade for event encoders.


Constructor Summary
EventEncoder()
           
 
Method Summary
static Map toMap(ActivemathEvent event)
           
static String toXML(ActivemathEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventEncoder

public EventEncoder()
Method Detail

toXML

public static String toXML(ActivemathEvent event)

toMap

public static Map toMap(ActivemathEvent event)