|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.btt.invoker.InvokerProcessor
public class InvokerProcessor
Invoker InvokerProcessor used to invoker.xml for element factory
Constructor Summary | |
---|---|
InvokerProcessor()
|
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 |
Constructor Detail |
---|
public InvokerProcessor()
Method Detail |
---|
public java.util.Map<java.lang.String,java.util.Properties> getDefaults()
public void setDefaults(java.util.Map<java.lang.String,java.util.Properties> defaults)
public java.lang.Object afterInitializeElement(Tag tag, java.lang.Object element) throws ElementException
ElementProcessor
afterInitializeElement
in interface ElementProcessor
tag
- the tag from which the element is created.element
- the element
ElementException
public Tag beforeCreateElement(Tag tag) throws ElementException
ElementProcessor
beforeCreateElement
in interface ElementProcessor
tag
- the Tag from which to create the Element.
ElementException
public java.lang.Object beforeInitializeElement(Tag tag, java.lang.Object element) throws ElementException
ElementProcessor
beforeInitializeElement
in interface ElementProcessor
tag
- the Tag from which the element is created.element
- the element
ElementException
|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |