|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jbpm.delegation.Dom4jConfigurable
is a convenience class for implementing delegation classes
that are configured with an xml string. This class can be
used as a super class for delegation classes or as a helper
class (with method #getRootElement(String)
).
Constructor Summary | |
Dom4jConfigurable()
|
Method Summary | |
abstract void |
configure(org.dom4j.Element root)
|
void |
configure(java.lang.String configuration)
is called just after creation of the delegation object. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Dom4jConfigurable()
Method Detail |
public final void configure(java.lang.String configuration) throws ConfigurationException
Configurable
configure
in interface Configurable
ConfigurationException
public abstract void configure(org.dom4j.Element root) throws ConfigurationException
ConfigurationException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |