com.ireasoning.protocol.tl1
Class TL1OutputParser
java.lang.Object
  
com.ireasoning.protocol.tl1.TL1OutputParser
- public class TL1OutputParser
- extends Object
  
This class is to parse TL1 output message.
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
TL1OutputParser
public TL1OutputParser()
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
 
 
Copyright © 2002 iReasoning Inc. All Rights Reserved.