Package org.apache.axis2.deployment
Interface DeploymentLifeCycleListener
public interface DeploymentLifeCycleListener
this interface is used to inform deployment lifecycle realated events to
listners
-
Method Summary
Modifier and TypeMethodDescriptionvoidpostDeploy(ConfigurationContext configurationContext) calls after starting the configuration context to resume any activity.voidpreDeploy(AxisConfiguration axisConfig) calls before creating the configuration context to do any initializing work.