Class XMLStringProvider

  • All Implemented Interfaces:
    EngineConfiguration, WSDDEngineConfiguration

    public class XMLStringProvider
    extends FileProvider
    A simple ConfigurationProvider that uses the Admin class to configure the engine from a String containing XML. This provider does not write configuration to persistent storage. Example of usage: new XMLStringProvider("");
    Author:
    Glen Daniels (gdaniels@apache.org)