org.apache.axis.configuration
public class XMLStringProvider extends FileProvider
log
PROPERTY_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, setSearchClasspath
public XMLStringProvider(java.lang.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 ? 2005 Apache Web Services Project. All Rights Reserved.