Class XMLStringProvider

java.lang.Object
org.apache.axis.configuration.FileProvider
org.apache.axis.configuration.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("invalid input: '<'handler name=" + "\"MsgDispatcher\" class=\"org.apache.axis.providers.java" + ".MsgProvider\"/>invalid input: '<'service name=\"Adm" + "inService\" pivot=\"MsgDispatcher\">invalid input: '<'option name=\"class" + "Name\" value=\"org.apache.axis.utils.Admin\"/>invalid input: '<'option na" + "me=\"allowedMethods\" value=\"AdminService\"/>invalid input: '<'option na" + "me=\"enableRemoteAdmin\" value=\"false\"/>invalid input: '<'/se" + "rvices>");
Author:
Glen Daniels (gdaniels@apache.org)