com.ibm.btt.invoker
Class InvokerInitializer
java.lang.Object
com.ibm.btt.invoker.InvokerInitializer
- All Implemented Interfaces:
- Initializer
public class InvokerInitializer
- extends java.lang.Object
- implements Initializer
Invoker Initializer is for BTT Externalizer to do the initialization of BTT invokers
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
tagToClassName
protected static java.util.Map<java.lang.String,java.lang.String> tagToClassName
defaultInvokerFactory
protected static InvokerFactory defaultInvokerFactory
logger
protected BTTLog logger
InvokerInitializer
public InvokerInitializer()
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
initialize
public void initialize(KeyedCollection config)
throws BTTInitException
- Description copied from interface:
Initializer
- Initialize current component
- Specified by:
initialize
in interface Initializer
- Throws:
BTTInitException
getClassForTag
protected static java.lang.String getClassForTag(java.lang.String tag)
getDefaultInvokerFactory
public static InvokerFactory getDefaultInvokerFactory()
- Returns:
- Default Invoker Factory
(c) Copyright IBM Corporation 1998, 2011