public interface DeploymentLifeCycleListener
Modifier and Type | Method and Description |
---|---|
void |
postDeploy(ConfigurationContext configurationContext)
calls after starting the configuration context to resume any activity.
|
void |
preDeploy(AxisConfiguration axisConfig)
calls before creating the configuration context to do any initializing work.
|
void preDeploy(AxisConfiguration axisConfig) throws AxisFault
axisConfig
- AxisFault
void postDeploy(ConfigurationContext configurationContext) throws AxisFault
configurationContext
- AxisFault
Copyright © 2004–2017 The Apache Software Foundation. All rights reserved.