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 - AxisFaultvoid postDeploy(ConfigurationContext configurationContext) throws AxisFault
configurationContext - AxisFaultCopyright © 2004–2015 The Apache Software Foundation. All rights reserved.