com.ibm.rfid.epc.datahandler
Class DataHandlerCreator
java.lang.Object
com.ibm.rfid.epc.datahandler.DataHandlerCreator
public class DataHandlerCreator
- extends java.lang.Object
Method Summary |
static DataHandler |
createDataHandler(java.lang.String name,
java.lang.String value,
int companyprefixLength,
java.lang.String encodingType)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
COPYRIGHT
public static final java.lang.String COPYRIGHT
- See Also:
- Constant Field Values
dataHandlerFactories
public static java.util.Hashtable dataHandlerFactories
DataHandlerCreator
public DataHandlerCreator()
createDataHandler
public static DataHandler createDataHandler(java.lang.String name,
java.lang.String value,
int companyprefixLength,
java.lang.String encodingType)
throws DataHandlerNotCreatedException
- Parameters:
string
- name of a defined input typestring
- input data with which to initialize the DataHandlerinteger
- length of the company prefix portion of the input datastring
- encoding type for this data handler
- Returns:
- instance of DataHandler for the specified input type and input data
- Throws:
DataHandlerNotCreated
- if the specified input type or the specified input data is not valid
DataHandlerNotCreatedException
Copyright © 2005 - 2009 IBM Corp. All Rights Reserved.