org.wso2.wsas
Class MainServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.wso2.wsas.MainServlet
- All Implemented Interfaces:
- Restartable, java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig
- public class MainServlet
- extends javax.servlet.http.HttpServlet
- implements Restartable
- See Also:
- Serialized Form
Method Summary |
protected void |
doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
protected void |
doPost(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
void |
init()
|
void |
init(javax.servlet.ServletConfig servletConfig)
|
void |
restartServer()
|
void |
setAxis2RepoLocation(java.lang.String axis2RepoLocation)
|
void |
setMonitor(Monitor monitor)
|
void |
shutdown()
|
void |
start(javax.servlet.ServletConfig servletConfig)
|
void |
startServer()
|
void |
stopListeners()
|
Methods inherited from class javax.servlet.http.HttpServlet |
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service |
Methods inherited from class javax.servlet.GenericServlet |
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, log, log |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MainServlet
public MainServlet()
doGet
protected void doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException,
java.io.IOException
- Throws:
javax.servlet.ServletException
java.io.IOException
doPost
protected void doPost(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException,
java.io.IOException
- Throws:
javax.servlet.ServletException
java.io.IOException
init
public void init()
throws javax.servlet.ServletException
- Throws:
javax.servlet.ServletException
init
public void init(javax.servlet.ServletConfig servletConfig)
throws javax.servlet.ServletException
- Specified by:
init
in interface javax.servlet.Servlet
- Throws:
javax.servlet.ServletException
start
public void start(javax.servlet.ServletConfig servletConfig)
setAxis2RepoLocation
public void setAxis2RepoLocation(java.lang.String axis2RepoLocation)
- Specified by:
setAxis2RepoLocation
in interface Restartable
setMonitor
public void setMonitor(Monitor monitor)
- Specified by:
setMonitor
in interface Restartable
startServer
public void startServer()
throws org.wso2.wsf.common.ServerException
- Specified by:
startServer
in interface Restartable
- Throws:
org.wso2.wsf.common.ServerException
stopListeners
public void stopListeners()
throws org.wso2.wsf.common.ServerException
- Specified by:
stopListeners
in interface Restartable
- Throws:
org.wso2.wsf.common.ServerException
restartServer
public void restartServer()
- Specified by:
restartServer
in interface Restartable
shutdown
public void shutdown()
throws org.wso2.wsf.common.ServerException
- Throws:
org.wso2.wsf.common.ServerException