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)
Field Summary
Fields inherited from class org.apache.axis.configuration.FileProvider
Save the engine configuration. In case there's a problem, we
write it to a string before saving it out to the actual file so
we don't screw up the file.