|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.axis.configuration.XMLStringProvider
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.
Constructor Summary | |
XMLStringProvider(java.lang.String xmlConfiguration)
Constructor |
Method Summary | |
void |
configureEngine(AxisEngine engine)
Configure this AxisEngine using whatever data source we have. |
void |
writeEngineConfig(AxisEngine engine)
Read the configuration from an engine, and store it somehow. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public XMLStringProvider(java.lang.String xmlConfiguration)
xmlConfiguration
- a String containing an engine configuration
in XML.Method Detail |
public void configureEngine(AxisEngine engine) throws java.lang.Exception
ConfigurationProvider
configureEngine
in interface ConfigurationProvider
org.apache.axis.ConfigurationProvider
engine
- the AxisEngine we'll deploy state toExeption
- if there was a problempublic void writeEngineConfig(AxisEngine engine) throws java.lang.Exception
ConfigurationProvider
writeEngineConfig
in interface ConfigurationProvider
org.apache.axis.ConfigurationProvider
engine
- the AxisEngine from which to read state.java.lang.Exception
- if there was a problem
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |