|
||||||||||
PREV CLASS (src) NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.axis.configuration.FileProvider (src)
org.jboss.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. Example of usage: new XMLStringProvider("
Field Summary |
Fields inherited from interface org.jboss.axis.EngineConfiguration (src) |
PROPERTY_NAME |
Constructor Summary | |
XMLStringProvider(java.lang.String xmlConfiguration)
Constructor |
Method Summary | |
void |
configureEngine(AxisEngine (src) engine)
Configure this AxisEngine using whatever data source we have. |
void |
writeEngineConfig(AxisEngine (src) engine)
Save the engine configuration. |
Methods inherited from class org.jboss.axis.configuration.FileProvider (src) |
getDeployedServices, getDeployment, getGlobalOptions, getGlobalRequest, getGlobalResponse, getHandler, getService, getServiceByNamespaceURI, getTransport, getTypeMappingRegistry, setDeployment, setInputStream, setSearchClasspath |
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 writeEngineConfig(AxisEngine (src) engine) throws ConfigurationException (src)
FileProvider (src)
writeEngineConfig
in interface EngineConfiguration (src)
writeEngineConfig
in class FileProvider (src)
ConfigurationException (src)
public void configureEngine(AxisEngine (src) engine) throws ConfigurationException (src)
EngineConfiguration (src)
configureEngine
in interface EngineConfiguration (src)
configureEngine
in class FileProvider (src)
ConfigurationException (src)
|
||||||||||
PREV CLASS (src) NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |