com.ibm.di.config.xml
Class HookFactory
java.lang.Object
com.ibm.di.config.xml.Factories
com.ibm.di.config.xml.HookFactory
public class HookFactory
- extends Factories
Methods inherited from class com.ibm.di.config.xml.Factories |
debug, dump, getBaseName, getClassTag, getFactory, getImpl, getInheritsFrom, getNodeText, getNodeTextByName, getParameter, getParameters, getSingleElement, isDebugMode, logmsg, setBaseName, setInheritsFrom, setParameter, setParameters, setSingleElement, setSingleElement |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HOOK_TAG
public static final String HOOK_TAG
- See Also:
- Constant Field Values
HOOK_ITEM_TAG
public static final String HOOK_ITEM_TAG
- See Also:
- Constant Field Values
HOOK_ITEM_NAME
public static final String HOOK_ITEM_NAME
- See Also:
- Constant Field Values
HOOK_ITEM_SCRIPT
public static final String HOOK_ITEM_SCRIPT
- See Also:
- Constant Field Values
HOOK_ITEM_ENABLED
public static final String HOOK_ITEM_ENABLED
- See Also:
- Constant Field Values
HOOK_ITEM_DEBUG
public static final String HOOK_ITEM_DEBUG
- See Also:
- Constant Field Values
HookFactory
public HookFactory()
parse
public void parse(BaseConfiguration config,
Element elem)
throws Exception
- Parse the Connector element into a ConnectorConfig
- Overrides:
parse
in class Factories
- Throws:
Exception
getHookItem
public void getHookItem(Element elem,
HooksConfig config)
throws Exception
- Throws:
Exception
build
public void build(BaseConfiguration config,
Element elem)
throws Exception
- Description copied from class:
Factories
- Generate XML element from configuration object
- Overrides:
build
in class Factories
- Throws:
Exception
setHookItem
public void setHookItem(Element elem,
HookConfig config)
throws Exception
- Throws:
Exception