public class CarbonServlet
extends org.apache.axis2.transport.http.AxisServlet
Constructor and Description |
---|
CarbonServlet(org.apache.axis2.context.ConfigurationContext configurationContext) |
Modifier and Type | Method and Description |
---|---|
void |
addGetRequestProcessor(String key,
HttpGetRequestProcessor processor) |
protected void |
doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
WSAS specific GET implementation
|
protected void |
doPost(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
protected void |
handleRestRequest(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
void |
init(javax.servlet.ServletConfig config) |
protected void |
persistRequestData(MeteredServletRequest wrappedRequest,
MeteredServletResponse wrappedResponse) |
void |
removeGetRequestProcessor(String key) |
createMessageContext, createMessageContext, destroy, doDelete, doPut, getTransportHeaders, handleFault, init, initConfigContext, initContextRoot, initGetRequestProcessors, initParams, initTransports, showRestDisabledErrorMessage
doHead, doOptions, doTrace, getLastModified, service, service
public CarbonServlet(org.apache.axis2.context.ConfigurationContext configurationContext)
public void init(javax.servlet.ServletConfig config) throws javax.servlet.ServletException
init
in interface javax.servlet.Servlet
init
in class org.apache.axis2.transport.http.AxisServlet
javax.servlet.ServletException
protected void doGet(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, IOException
doGet
in class org.apache.axis2.transport.http.AxisServlet
javax.servlet.ServletException
IOException
protected void doPost(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, IOException
doPost
in class org.apache.axis2.transport.http.AxisServlet
javax.servlet.ServletException
IOException
protected void persistRequestData(MeteredServletRequest wrappedRequest, MeteredServletResponse wrappedResponse)
protected void handleRestRequest(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws IOException, javax.servlet.ServletException
IOException
javax.servlet.ServletException
public void addGetRequestProcessor(String key, HttpGetRequestProcessor processor)
public void removeGetRequestProcessor(String key)
Copyright © 2016 WSO2 Inc. All rights reserved.