|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Each processing element of an XML application document must implement this interface. This is the only constraint to create application processing extension elements.
Method Summary | |
java.lang.String |
getId()
Returns a unique ID to identify the processable object in a XAPE-APP document. |
void |
process(XapRuntimeEnvironment env)
This method performs any specific processing, with help of the application instance runtime environment. |
Method Detail |
public void process(XapRuntimeEnvironment env) throws XapException
process()
method of its XapProcessable
children.
env
- the application instance runtime environment
XapException
- for any processing error occurrencepublic java.lang.String getId()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |