org.apache.axis.configuration
public class XMLStringProvider extends FileProvider
logPROPERTY_NAME| Constructor and Description |
|---|
XMLStringProvider(java.lang.String xmlConfiguration)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
configureEngine(AxisEngine engine)
Configure this AxisEngine using whatever data source we have.
|
void |
writeEngineConfig(AxisEngine engine)
Save the engine configuration.
|
getDeployedServices, getDeployment, getGlobalOptions, getGlobalRequest, getGlobalResponse, getHandler, getRoles, getService, getServiceByNamespaceURI, getTransport, getTypeMappingRegistry, setDeployment, setInputStream, setSearchClasspathpublic XMLStringProvider(java.lang.String xmlConfiguration)
xmlConfiguration - a String containing an engine configuration
in XML.public void writeEngineConfig(AxisEngine engine) throws ConfigurationException
FileProviderwriteEngineConfig in interface EngineConfigurationwriteEngineConfig in class FileProviderengine - the AxisEngine from which to read state.ConfigurationException - if there was a problempublic void configureEngine(AxisEngine engine) throws ConfigurationException
EngineConfigurationconfigureEngine in interface EngineConfigurationconfigureEngine in class FileProviderengine - the AxisEngine we'll deploy state toConfigurationException - if there was a problemCopyright ? 2005 Apache Web Services Project. All Rights Reserved.