org.apache.axis2.transport.http
Class AxisAdminServlet

java.lang.Object
  extended byjavax.servlet.GenericServlet
      extended byjavax.servlet.http.HttpServlet
          extended byorg.apache.axis2.transport.http.AxisServlet
              extended byorg.apache.axis2.transport.http.AxisAdminServlet
All Implemented Interfaces:
java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig, TransportListener

public class AxisAdminServlet
extends AxisServlet

See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class org.apache.axis2.transport.http.AxisServlet
AxisServlet.ProcessRESTRequest, AxisServlet.ServletRequestResponseTransport
 
Field Summary
protected  AdminAgent agent
           
 
Fields inherited from class org.apache.axis2.transport.http.AxisServlet
axisConfiguration, configContext, CONFIGURATION_CONTEXT, disableREST, servletConfig, SESSION_ID
 
Fields inherited from interface org.apache.axis2.transport.TransportListener
HOST_ADDRESS, PARAM_PORT
 
Constructor Summary
AxisAdminServlet()
           
 
Method Summary
protected  void doGet(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp)
          Implementation for GET interface
protected  void doPost(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
          Implementaion of POST interface
 void init()
          Convenient method to re-initialize the ConfigurationContext
 void init(javax.servlet.ServletConfig config)
          Main init method
 
Methods inherited from class org.apache.axis2.transport.http.AxisServlet
createMessageContext, createMessageContext, destroy, disableRESTErrorMessage, doDelete, doPut, getEPRForService, getEPRsForService, getSessionContext, getTransportHeaders, handleFault, init, initConfigContext, initContextRoot, initParams, start, stop
 
Methods inherited from class javax.servlet.http.HttpServlet
doHead, doOptions, doTrace, getLastModified, service, service
 
Methods inherited from class javax.servlet.GenericServlet
getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

agent

protected transient AdminAgent agent
Constructor Detail

AxisAdminServlet

public AxisAdminServlet()
Method Detail

doPost

protected void doPost(javax.servlet.http.HttpServletRequest req,
                      javax.servlet.http.HttpServletResponse res)
               throws javax.servlet.ServletException,
                      java.io.IOException
Description copied from class: AxisServlet
Implementaion of POST interface

Overrides:
doPost in class AxisServlet
Parameters:
req -
res -
Throws:
java.io.IOException
javax.servlet.ServletException

doGet

protected void doGet(javax.servlet.http.HttpServletRequest req,
                     javax.servlet.http.HttpServletResponse resp)
              throws javax.servlet.ServletException,
                     java.io.IOException
Description copied from class: AxisServlet
Implementation for GET interface

Overrides:
doGet in class AxisServlet
Parameters:
req -
resp -
Throws:
java.io.IOException
javax.servlet.ServletException

init

public void init(javax.servlet.ServletConfig config)
          throws javax.servlet.ServletException
Description copied from class: AxisServlet
Main init method

Specified by:
init in interface javax.servlet.Servlet
Overrides:
init in class AxisServlet
Parameters:
config -
Throws:
javax.servlet.ServletException

init

public void init()
          throws javax.servlet.ServletException
Description copied from class: AxisServlet
Convenient method to re-initialize the ConfigurationContext

Overrides:
init in class AxisServlet
Throws:
javax.servlet.ServletException


Copyright © 2004-2007 Apache Software Foundation. All Rights Reserved.