Package com.jp.protection.priv.pro.parser

Interface Summary
OrderParser.Provider Represents a provider interface intended for order parser creation
OrderParserListener The listener interface for receiving "interesting" events fired by order parser during parsing process.
 

Class Summary
OrderParser The base class for all order parsers.
OrderParser.Error Represents an error which occurred during the order parsing
OrderParser.PropertyError An extension of Error class intended to represents errors occurred during order property reading
OrderParser.PropertyValue Represents order property value read by parser from the order
OrderParser.ProviderRegistry Represents provider's registry that holds all of the available providers.
OrderParserFacade This class represents the entry point to the orders parsing system.
OrderParserFacade.Result This class represents the result of order parsing process.
OrderParserListenerSupport This class provides support methods for classes firing OrderParserListener events