org.apache.sandesha2.listeners
Class Sandesha2LifeCycleListener

java.lang.Object
  extended by org.apache.sandesha2.listeners.Sandesha2LifeCycleListener
All Implemented Interfaces:
org.apache.axis2.deployment.DeploymentLifeCycleListener

public class Sandesha2LifeCycleListener
extends java.lang.Object
implements org.apache.axis2.deployment.DeploymentLifeCycleListener


Constructor Summary
Sandesha2LifeCycleListener()
           
 
Method Summary
 void postDeploy(org.apache.axis2.context.ConfigurationContext configurationContext)
           
 void preDeploy(org.apache.axis2.engine.AxisConfiguration axisConfig)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Sandesha2LifeCycleListener

public Sandesha2LifeCycleListener()
Method Detail

preDeploy

public void preDeploy(org.apache.axis2.engine.AxisConfiguration axisConfig)
               throws org.apache.axis2.AxisFault
Specified by:
preDeploy in interface org.apache.axis2.deployment.DeploymentLifeCycleListener
Throws:
org.apache.axis2.AxisFault

postDeploy

public void postDeploy(org.apache.axis2.context.ConfigurationContext configurationContext)
                throws org.apache.axis2.AxisFault
Specified by:
postDeploy in interface org.apache.axis2.deployment.DeploymentLifeCycleListener
Throws:
org.apache.axis2.AxisFault


Copyright © The Apache Software Foundation. All Rights Reserved.