| javax.servlet.http.HttpServlet org.apache.axis2.transport.http.AxisServlet
All known Subclasses: org.apache.axis2.transport.http.AxisAdminServlet,
Inner Class :protected class RestRequestProcessor | |
Method Summary | |
protected MessageContext | createMessageContext(HttpServletRequest request, HttpServletResponse response, boolean invocationType) Parameters: request - Parameters: response - Parameters: invocationType - : If invocationType=true; then this will be used in SOAP messageinvocation. | protected MessageContext | createMessageContext(HttpServletRequest req, HttpServletResponse resp) This method assumes, that the created MessageContext will be used in only SOAP invocation. | public void | destroy() | protected void | doDelete(HttpServletRequest request, HttpServletResponse response) | protected void | doGet(HttpServletRequest request, HttpServletResponse response) | protected void | doPost(HttpServletRequest request, HttpServletResponse response) | protected void | doPut(HttpServletRequest request, HttpServletResponse response) | public EndpointReference | getEPRForService(String serviceName, String ip) | public EndpointReference[] | getEPRsForService(String serviceName, String ip) | public SessionContext | getSessionContext(MessageContext messageContext) Transport session management. | protected Map | getTransportHeaders(HttpServletRequest req) Get all transport headers. | protected void | handleFault(MessageContext msgContext, OutputStream out, AxisFault e) | public void | init(ServletConfig config) | public void | init() | public void | init(ConfigurationContext axisConf, TransportInDescription transprtIn) init(); start() and stop() wouldn't do anything. | protected ConfigurationContext | initConfigContext(ServletConfig config) | public void | initContextRoot(HttpServletRequest req) Set the context root if it is not set already. | protected void | initParams() Initializes the Axis2 parameters. | protected void | showRestDisabledErrorMessage(HttpServletResponse response) Private method that deals with disabling of REST support. | public void | start() | public void | stop() |
CONFIGURATION_CONTEXT | final public static String CONFIGURATION_CONTEXT(Code) | | |
disableREST | protected boolean disableREST(Code) | | |
createMessageContext | protected MessageContext createMessageContext(HttpServletRequest request, HttpServletResponse response, boolean invocationType) throws IOException(Code) | | Parameters: request - Parameters: response - Parameters: invocationType - : If invocationType=true; then this will be used in SOAP messageinvocation. If invocationType=false; then this will be used in REST message invocation. MessageContext throws: IOException - |
destroy | public void destroy()(Code) | | distroy the ConfigurationContext
|
initContextRoot | public void initContextRoot(HttpServletRequest req)(Code) | | Set the context root if it is not set already.
Parameters: req - |
initParams | protected void initParams()(Code) | | Initializes the Axis2 parameters.
|
Methods inherited from javax.servlet.http.HttpServlet | protected void doDelete(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doGet(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doHead(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doOptions(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doPost(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doPut(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doTrace(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected long getLastModified(HttpServletRequest req)(Code)(Java Doc) protected void service(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) public void service(ServletRequest req, ServletResponse res) throws ServletException, IOException(Code)(Java Doc)
|
|
|