com.ibm.btt.invoker
Class InvokerProcessor
java.lang.Object
com.ibm.btt.invoker.InvokerProcessor
- All Implemented Interfaces:
- ElementProcessor
public class InvokerProcessor
- extends java.lang.Object
- implements ElementProcessor
Method Summary |
java.lang.Object |
afterInitializeElement(Tag tag,
java.lang.Object element)
this method will be called after the ElementFactory populate all the
properties of the Element. |
Tag |
beforeCreateElement(Tag tag)
this method will be called before the ElementFactory to create the
element from Tag. |
java.lang.Object |
beforeInitializeElement(Tag tag,
java.lang.Object element)
this method will be called before the ElementFactory to populate the properties of
the Element. |
java.util.Map<java.lang.String,java.util.Properties> |
getDefaults()
|
void |
setDefaults(java.util.Map<java.lang.String,java.util.Properties> defaults)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InvokerProcessor
public InvokerProcessor()
getDefaults
public java.util.Map<java.lang.String,java.util.Properties> getDefaults()
setDefaults
public void setDefaults(java.util.Map<java.lang.String,java.util.Properties> defaults)
afterInitializeElement
public java.lang.Object afterInitializeElement(Tag tag,
java.lang.Object element)
throws ElementException
- Description copied from interface:
ElementProcessor
- this method will be called after the ElementFactory populate all the
properties of the Element.
- Specified by:
afterInitializeElement
in interface ElementProcessor
- Parameters:
tag
- the tag from which the element is created.element
- the element
- Returns:
-
- Throws:
ElementException
beforeCreateElement
public Tag beforeCreateElement(Tag tag)
throws ElementException
- Description copied from interface:
ElementProcessor
- this method will be called before the ElementFactory to create the
element from Tag.
- Specified by:
beforeCreateElement
in interface ElementProcessor
- Parameters:
tag
- the Tag from which to create the Element.
- Returns:
-
- Throws:
ElementException
beforeInitializeElement
public java.lang.Object beforeInitializeElement(Tag tag,
java.lang.Object element)
throws ElementException
- Description copied from interface:
ElementProcessor
- this method will be called before the ElementFactory to populate the properties of
the Element.
- Specified by:
beforeInitializeElement
in interface ElementProcessor
- Parameters:
tag
- the Tag from which the element is created.element
- the element
- Returns:
- the element
- Throws:
ElementException
(c) Copyright IBM Corporation 1998, 2008