* @see flux.Factory#makeConfiguration(java.util.Properties)
* @see flux.xml.XmlFactory#makeXmlEngine(flux.Configuration)
*/
public XmlEngineBean(Properties configuration) throws EngineException, RemoteException {
Factory factory = Factory.makeInstance();
Configuration config = factory.makeConfiguration(configuration);
xmlEngine = XmlFactory.makeInstance().makeXmlEngine(config);
} // constructor
/**
* Creates an XML engine using the supplied configuration properties.