org.wso2.wsas
Class DefaultServerInitializer

java.lang.Object
  extended byorg.wso2.wsas.DefaultServerInitializer
All Implemented Interfaces:
ServerInitializer

public class DefaultServerInitializer
extends java.lang.Object
implements ServerInitializer


Constructor Summary
DefaultServerInitializer()
           
 
Method Summary
 void init(org.apache.axis2.context.ConfigurationContext configurationContext)
          Intialize the Server instance
 void stopHouseKeeping()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultServerInitializer

public DefaultServerInitializer()
Method Detail

init

public void init(org.apache.axis2.context.ConfigurationContext configurationContext)
          throws org.apache.axis2.AxisFault,
                 org.wso2.utils.ServerException
Description copied from interface: ServerInitializer
Intialize the Server instance

Specified by:
init in interface ServerInitializer
Parameters:
configurationContext -
Throws:
org.apache.axis2.AxisFault
org.wso2.utils.ServerException

stopHouseKeeping

public void stopHouseKeeping()