com.ibm.rfid.epc.datahandler
Class DataHandlerFactory

java.lang.Object
  extended by com.ibm.rfid.epc.datahandler.DataHandlerFactory

public abstract class DataHandlerFactory
extends java.lang.Object


Field Summary
static java.lang.String COPYRIGHT
           
 
Constructor Summary
DataHandlerFactory()
           
 
Method Summary
abstract  DataHandler create(java.lang.String inputData, int companyPrefixLength, java.lang.String encodingType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
See Also:
Constant Field Values
Constructor Detail

DataHandlerFactory

public DataHandlerFactory()
Method Detail

create

public abstract DataHandler create(java.lang.String inputData,
                                   int companyPrefixLength,
                                   java.lang.String encodingType)
                            throws InvalidFormatException
Parameters:
inputData - string data type determined by the extending class
companyPrefixLength - integer length of the company prefix of the input
encodingType - string encoding type
Returns:
new instance of DataHandler
Throws:
InvalidFormatException


Copyright © 2005 - 2009 IBM Corp. All Rights Reserved.