org.demac.impl.event.parser
Class MainEventParser

java.lang.Object
  extended by org.demac.impl.event.parser.MainEventParser

public class MainEventParser
extends java.lang.Object

TODO


Constructor Summary
MainEventParser()
           
 
Method Summary
static MainEventParser getInstance()
           
 Event parse(byte[] data)
           
 void registerEventParser(EventHandle eh, java.lang.Class cl)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MainEventParser

public MainEventParser()
                throws java.lang.ClassNotFoundException,
                       java.lang.InstantiationException,
                       java.lang.IllegalAccessException
Throws:
java.lang.ClassNotFoundException
java.lang.InstantiationException
java.lang.IllegalAccessException
Method Detail

getInstance

public static MainEventParser getInstance()
                                   throws ParserException
Throws:
ParserException

parse

public Event parse(byte[] data)
            throws ParserException
Throws:
ParserException

registerEventParser

public void registerEventParser(EventHandle eh,
                                java.lang.Class cl)
                         throws java.lang.IllegalArgumentException
Throws:
java.lang.IllegalArgumentException