public class DirProvider extends DelegatingWSDDEngineConfiguration
| Modifier and Type | Field and Description |
|---|---|
protected static org.apache.commons.logging.Log |
log |
PROPERTY_NAME| Constructor and Description |
|---|
DirProvider(String basepath) |
DirProvider(String basepath,
String configFile) |
| Modifier and Type | Method and Description |
|---|---|
void |
configureEngine(AxisEngine engine)
Configure this AxisEngine using whatever data source we have.
|
WSDDDeployment |
getDeployment()
Get the WSDDDeployment for this engine configuration.
|
void |
writeEngineConfig(AxisEngine engine)
Save the engine configuration.
|
getDeployedServices, getGlobalOptions, getGlobalRequest, getGlobalResponse, getHandler, getRoles, getService, getServiceByNamespaceURI, getTransport, getTypeMappingRegistrypublic DirProvider(String basepath) throws ConfigurationException
ConfigurationExceptionpublic DirProvider(String basepath, String configFile) throws ConfigurationException
ConfigurationExceptionpublic WSDDDeployment getDeployment()
WSDDEngineConfigurationpublic void configureEngine(AxisEngine engine) throws ConfigurationException
EngineConfigurationengine - the AxisEngine we'll deploy state toConfigurationException - if there was a problempublic void writeEngineConfig(AxisEngine engine) throws ConfigurationException
engine - the AxisEngine from which to read state.ConfigurationException - if there was a problemCopyright © The Apache Software Foundation. All Rights Reserved.