super("process-engine-ref");
}
public Object parse(Element element, Parse parse, Parser parser) {
ConfigurationImpl configuration = (ConfigurationImpl) parse.contextStackFind(ConfigurationImpl.class);
return new ProcessEngineDescriptor(configuration);
}