HOME

com.ireasoning.protocol.tl1
Class TL1OutputParser

java.lang.Object
  extended bycom.ireasoning.protocol.tl1.TL1OutputParser

public class TL1OutputParser
extends Object

This class is to parse TL1 output message.


Constructor Summary
TL1OutputParser()
           
 
Method Summary
static TL1OutputMsg[] parse(String mesg)
          Parses TL1 output message
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TL1OutputParser

public TL1OutputParser()
Method Detail

parse

public static TL1OutputMsg[] parse(String mesg)
                            throws TL1ParsingException
Parses TL1 output message

Parameters:
mesg - TL1 output message string
Returns:
an array of instances of TL1OutputMsg sub classes
Throws:
TL1ParsingException - raised if the mesg to be passed is corrupted

HOME

Copyright © 2002 iReasoning Inc. All Rights Reserved.