org.wso2.wsas
Interface WebServer

All Known Implementing Classes:
TomcatServer

public interface WebServer


Method Summary
 void start()
           
 void stop()
           
 

Method Detail

start

void start()
           throws java.lang.Exception
Throws:
java.lang.Exception

stop

void stop()
          throws java.lang.Exception
Throws:
java.lang.Exception