org.jbpm.delegation
Class Dom4jConfigurable

java.lang.Object
  extended byorg.jbpm.delegation.Dom4jConfigurable
All Implemented Interfaces:
Configurable

public abstract class Dom4jConfigurable
extends java.lang.Object
implements Configurable

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

Dom4jConfigurable

public Dom4jConfigurable()
Method Detail

configure

public final void configure(java.lang.String configuration)
                     throws ConfigurationException
Description copied from interface: Configurable
is called just after creation of the delegation object.

Specified by:
configure in interface Configurable
Throws:
ConfigurationException

configure

public abstract void configure(org.dom4j.Element root)
                        throws ConfigurationException
Throws:
ConfigurationException


Version : jbpm-2.0