IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

com.ibm.btt.base
Class FormatInitializer

java.lang.Object
  extended by com.ibm.btt.base.FormatInitializer
All Implemented Interfaces:
Initializer

public class FormatInitializer
extends java.lang.Object
implements Initializer

This class is used for the initialization of the formatter components.


Constructor Summary
FormatInitializer()
           
 
Method Summary
 void cleanup(KeyedCollection config)
          Cleanup current component
static Hashtable getClassTable()
          The method gets the tag-class mapping table of the formatter component.
protected static java.util.Set getFormat61RootTagNames()
           
static KeyedCollection getFormatConfig()
          The method gets the configuration of the formatter component.
 void initialize(KeyedCollection config)
          Initialize current component
static void reinitialize()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FormatInitializer

public FormatInitializer()
Method Detail

initialize

public void initialize(KeyedCollection config)
                throws BTTInitException
Description copied from interface: Initializer
Initialize current component

Specified by:
initialize in interface Initializer
Throws:
BTTInitException
See Also:
Initializer.initialize(com.ibm.btt.base.KeyedCollection)

getFormat61RootTagNames

protected static java.util.Set getFormat61RootTagNames()

getClassTable

public static Hashtable getClassTable()
The method gets the tag-class mapping table of the formatter component.

Returns:
com.ibm.btt.base.Hashtable

cleanup

public void cleanup(KeyedCollection config)
             throws BTTCleanUpException
Description copied from interface: Initializer
Cleanup current component

Specified by:
cleanup in interface Initializer
Parameters:
config - the current cached XML cleans the current cached configuration
Throws:
BTTCleanUpException
See Also:
Initializer.cleanup(com.ibm.btt.base.KeyedCollection)

getFormatConfig

public static KeyedCollection getFormatConfig()
The method gets the configuration of the formatter component.

Returns:
com.ibm.btt.base.KeyedCollection

reinitialize

public static void reinitialize()
                         throws BTTInitException
Throws:
BTTInitException

IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2011