org.wso2.wsas.transport.jetty
Class ManagementConsoleRequestHandler
java.lang.Object
org.mortbay.component.AbstractLifeCycle
org.mortbay.jetty.handler.AbstractHandler
org.wso2.wsas.transport.jetty.Axis2Handler
org.wso2.wsas.transport.jetty.ManagementConsoleRequestHandler
- All Implemented Interfaces:
- org.mortbay.jetty.Handler, org.mortbay.component.LifeCycle
- public class ManagementConsoleRequestHandler
- extends Axis2Handler
Field Summary |
protected static org.apache.commons.logging.Log |
log
|
Fields inherited from class org.mortbay.jetty.handler.AbstractHandler |
_string |
Fields inherited from interface org.mortbay.jetty.Handler |
ALL, DEFAULT, ERROR, FORWARD, INCLUDE, REQUEST |
Method Summary |
protected boolean |
processGetRequest(org.apache.axis2.context.MessageContext msgContext,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
protected boolean |
processPostRequest(org.apache.axis2.context.MessageContext msgContext,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
Methods inherited from class org.mortbay.jetty.handler.AbstractHandler |
doStart, doStop, getServer, setServer, toString |
Methods inherited from class org.mortbay.component.AbstractLifeCycle |
isFailed, isRunning, isStarted, isStarting, isStopping, start, stop |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.mortbay.component.LifeCycle |
isFailed, isRunning, isStarted, isStarting, isStopping, start, stop |
log
protected static final org.apache.commons.logging.Log log
ManagementConsoleRequestHandler
public ManagementConsoleRequestHandler(org.apache.axis2.context.ConfigurationContext configurationContext)
processPostRequest
protected boolean processPostRequest(org.apache.axis2.context.MessageContext msgContext,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws org.apache.axis2.AxisFault
- Specified by:
processPostRequest
in class Axis2Handler
- Throws:
org.apache.axis2.AxisFault
processGetRequest
protected boolean processGetRequest(org.apache.axis2.context.MessageContext msgContext,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws org.apache.axis2.AxisFault
- Specified by:
processGetRequest
in class Axis2Handler
- Throws:
org.apache.axis2.AxisFault