com.jp.protection.priv.pro.parser
Interface OrderParser.Provider

All Known Implementing Classes:
Element5OrderParser.Provider, ShareITOrderParser.Provider, TextOrderParser.GenericProvider
Enclosing class:
OrderParser

public static interface OrderParser.Provider

Represents a provider interface intended for order parser creation


Method Summary
 OrderParser create(java.util.Locale aLocale)
          Creates a new instance of the order parser for specified locale
 java.lang.String getDescription()
          Returns the description of the order parser
 java.lang.String getID()
          Returns unique identifier of the order parser implementation
 java.lang.String getName()
          Returns the name of the order parser
 

Method Detail

getID

java.lang.String getID()
Returns unique identifier of the order parser implementation

Returns:
unique identifier of the order parser implementation

getName

java.lang.String getName()
Returns the name of the order parser

Returns:
name of the order parser

getDescription

java.lang.String getDescription()
Returns the description of the order parser

Returns:
description of the order parser

create

OrderParser create(java.util.Locale aLocale)
Creates a new instance of the order parser for specified locale

Parameters:
aLocale - locale a new order parser should be created for; locale independent implementations should simply ignore this argument
Returns:
a new instance of the OrderParser