|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ElementProcessor
It is a extension point to the Element Factory, which allows you to execute some logic before/after the element is created and after the element is well populated.
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. |
Method Detail |
---|
Tag beforeCreateElement(Tag tag) throws ElementException
tag
- the Tag from which to create the Element.
ElementException
java.lang.Object beforeInitializeElement(Tag tag, java.lang.Object element) throws ElementException
tag
- the Tag from which the element is created.element
- the element
ElementException
java.lang.Object afterInitializeElement(Tag tag, java.lang.Object element) throws ElementException
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 |