IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

com.ibm.btt.config
Interface Initializer

All Known Implementing Classes:
BTTFactoryInitializer, ChannelInitializer, ContextInitializer, DataInitializer, ElementProcessorChain, FormatInitializer, GlobalSettings, InvokerInitializer, OperationInitializer, ProcessorInitializer, RegexTagProvider, ServiceInitializer, SimpleConfig, SimpleXMLTagProvider, TagProviderChain, TraceInitializer, TypeInitializer

public interface Initializer

Initializer interface for All BTT components


Method Summary
 void cleanup(KeyedCollection config)
          Cleanup current component
 void initialize(KeyedCollection config)
          Initialize current component
 

Method Detail

cleanup

void cleanup(KeyedCollection config)
             throws BTTCleanUpException
Cleanup current component

Parameters:
config - the current cached XML cleans the current cached configuration
Throws:
BTTCleanUpException

initialize

void initialize(KeyedCollection config)
                throws BTTInitException
Initialize current component

Parameters:
config, - the XML definition that will be used by Initializer
Throws:
BTTInitException

IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2009