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, getTypeMappingRegistry
public DirProvider(String basepath) throws ConfigurationException
ConfigurationException
public DirProvider(String basepath, String configFile) throws ConfigurationException
ConfigurationException
public WSDDDeployment getDeployment()
WSDDEngineConfiguration
public void configureEngine(AxisEngine engine) throws ConfigurationException
EngineConfiguration
engine
- 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.