org.wso2.wsas
Class TomcatServer

java.lang.Object
  extended by org.wso2.wsas.TomcatServer
All Implemented Interfaces:
WebServer

public class TomcatServer
extends java.lang.Object
implements WebServer


Field Summary
static org.apache.catalina.startup.Embedded embedded
           
 
Constructor Summary
TomcatServer()
           
 
Method Summary
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

embedded

public static final org.apache.catalina.startup.Embedded embedded
Constructor Detail

TomcatServer

public TomcatServer()
Method Detail

start

public void start()
           throws java.lang.Exception
Specified by:
start in interface WebServer
Throws:
java.lang.Exception

stop

public void stop()
          throws java.lang.Exception
Specified by:
stop in interface WebServer
Throws:
java.lang.Exception