AdventNet CLI 2.0 API Specification

Package com.adventnet.util.parser.generic

This package contains the GenericParser class which is an implementation of the ParserInterface present in the com.adventnet.util.parser package.

See:
          Description

Class Summary
GenericParser This class parses rules based on Token numbers and patterns found in the message to be parsed.
MessageParser This class parses a message stream and splits it into String tokens based on Delimiter definitions in an XML File.
 

Package com.adventnet.util.parser.generic Description

This package contains the GenericParser class which is an implementation of the ParserInterface present in the com.adventnet.util.parser package. It parses responses based on delimiters and String pattern search. It uses the MessageParser class present in the same package for achieving this.


AdventNet CLI 2.0 API Specification