Sun Adapter for Batch/FTP

com.stc.eways.batchext
Class BatchRecordParserFactory

java.lang.Object
  extended by com.stc.eways.batchext.BatchRecordParserFactory

public class BatchRecordParserFactory
extends java.lang.Object

This class's sole purpose in life is to create an instance of the proper BatchRecordParser implementation described by the classname.

Version:
$Revision: 1.4 $
Author:
jim.fu@sun.com

Constructor Summary
BatchRecordParserFactory()
           
 
Method Summary
static BatchRecordParser createParser(java.lang.String classname)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BatchRecordParserFactory

public BatchRecordParserFactory()
Method Detail

createParser

public static BatchRecordParser createParser(java.lang.String classname)
                                      throws java.lang.Exception
Throws:
java.lang.Exception

Sun Adapter for Batch/FTP