public class XMLStringProvider extends FileProvider
log
PROPERTY_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, setSearchClasspath
getDeployedServices, getGlobalOptions, getGlobalRequest, getGlobalResponse, getHandler, getRoles, getService, getServiceByNamespaceURI, getTransport, getTypeMappingRegistry
public XMLStringProvider(String xmlConfiguration)
xmlConfiguration
- a String containing an engine configuration
in XML.public void writeEngineConfig(AxisEngine engine) throws ConfigurationException
FileProvider
writeEngineConfig
in interface EngineConfiguration
writeEngineConfig
in class FileProvider
engine
- the AxisEngine from which to read state.ConfigurationException
- if there was a problempublic void configureEngine(AxisEngine engine) throws ConfigurationException
EngineConfiguration
configureEngine
in interface EngineConfiguration
configureEngine
in class FileProvider
engine
- the AxisEngine we'll deploy state toConfigurationException
- if there was a problemCopyright © The Apache Software Foundation. All Rights Reserved.