public class SynapseAxisServlet
extends org.apache.axis2.transport.http.AxisServlet
Constructor and Description |
---|
SynapseAxisServlet() |
Modifier and Type | Method and Description |
---|---|
protected org.apache.axis2.context.MessageContext |
createMessageContext(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
boolean invocationType)
The Axis servlet does not generate a messageId for a new MessageContext.
|
void |
init(javax.servlet.ServletConfig config)
Overrides init method so that avoid starting listeners again
|
void |
initContextRoot(javax.servlet.http.HttpServletRequest req) |
createMessageContext, destroy, doDelete, doGet, doPost, doPut, getTransportHeaders, handleFault, init, initConfigContext, initGetRequestProcessors, initParams, initTransports, showRestDisabledErrorMessage
doHead, doOptions, doTrace, getLastModified, service, service
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
config
- the servlet configuration on which synapse initializes.javax.servlet.ServletException
public void initContextRoot(javax.servlet.http.HttpServletRequest req)
initContextRoot
in class org.apache.axis2.transport.http.AxisServlet
protected org.apache.axis2.context.MessageContext createMessageContext(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, boolean invocationType) throws IOException
createMessageContext
in class org.apache.axis2.transport.http.AxisServlet
IOException
AxisServlet.createMessageContext(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse, boolean)
Copyright © 2005-2017 Apache Software Foundation. All Rights Reserved.