|
Oracle Fusion Middleware Java API Reference for Oracle PDK Java 11g Release 1 (11.1.1) E10691-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface InitializableXMLObject
The InitializableXMLObject interface is intended to allow an
application object created by a DefaultNodeHandler to expose
initialization and validation methods to be called at strategic points in
the building of the application object 'tree'.
| Method Summary | |
|---|---|
void |
postInitialize()
Performs any extra steps required to initialize and validate this application object once its child application objects have been created. |
void |
preInitialize(java.lang.Object o)
Performs any steps required to initialize this application object after it has been created, perhaps relating this object to its parent. |
| Method Detail |
|---|
void preInitialize(java.lang.Object o)
throws NodeHandlerException
o - the application object that will become this object's parent
NodeHandlerException - if an error occurs while initializing
this application object
void postInitialize()
throws NodeHandlerException
NodeHandlerException - if an error occurs while initializing or
validating this application object
|
Oracle Fusion Middleware Java API Reference for Oracle PDK Java 11g Release 1 (11.1.1) E10691-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||