public class XMLStringProvider extends FileProvider
logPROPERTY_NAME| Constructor and Description |
|---|
XMLStringProvider(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.
|
getDeployment, setDeployment, setInputStream, setSearchClasspathgetDeployedServices, getGlobalOptions, getGlobalRequest, getGlobalResponse, getHandler, getRoles, getService, getServiceByNamespaceURI, getTransport, getTypeMappingRegistrypublic XMLStringProvider(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 © The Apache Software Foundation. All Rights Reserved.