public class MEAAxisServlet
extends org.apache.axis2.transport.http.AxisServlet
MIME Content-Type of "text/*"
MIME Content-Type of multipart/form-data (typically file uploads)
If the MIME Content-Type is not specified or for any other content type, the servlet simply tries to read bytes from the body of the POST request The POST header can (optionally) contain "sender" and "interface" information.
You can specify the maximum POST size through the context parameter 'IntegrationPostSize' in web.xml. Default value is 2MB
Constructor and Description |
---|
MEAAxisServlet() |
Modifier and Type | Method and Description |
---|---|
void |
init(javax.servlet.ServletConfig sc)
Called by the servlet container when this servlet is initialized, but
before accepting any requests
|
destroy, getEPRForService, getEPRsForService, getSessionContext, init, init, initContextRoot, start, stop
public void init(javax.servlet.ServletConfig sc) throws javax.servlet.ServletException
init
in interface javax.servlet.Servlet
init
in class org.apache.axis2.transport.http.AxisServlet
javax.servlet.ServletException
- if any error occurs during initialization of the servlet