org.apache.axis2.transport.http
Class AdminAgent

java.lang.Object
  extended byorg.apache.axis2.transport.http.AbstractAgent
      extended byorg.apache.axis2.transport.http.AdminAgent

public class AdminAgent
extends AbstractAgent

Provides methods to process axis2 admin requests.


Field Summary
static String ADMIN_JSP_NAME
           
 
Fields inherited from class org.apache.axis2.transport.http.AbstractAgent
configContext, DEFAULT_INDEX_JSP, operationCache
 
Constructor Summary
AdminAgent(ConfigurationContext aConfigContext)
           
 
Method Summary
 void handle(HttpServletRequest httpServletRequest, HttpServletResponse httpServletResponse)
           
protected  void processActivateService(HttpServletRequest req, HttpServletResponse res)
           
protected  void processDeactivateService(HttpServletRequest req, HttpServletResponse res)
           
protected  void processEditServicePara(HttpServletRequest req, HttpServletResponse res)
           
protected  void processEngageToService(HttpServletRequest req, HttpServletResponse res)
           
protected  void processEngageToServiceGroup(HttpServletRequest req, HttpServletResponse res)
           
protected  void processEngagingGlobally(HttpServletRequest req, HttpServletResponse res)
           
protected  void processglobalModules(HttpServletRequest req, HttpServletResponse res)
           
protected  void processIndex(HttpServletRequest req, HttpServletResponse res)
          Callback method for index page.
protected  void processListContexts(HttpServletRequest req, HttpServletResponse res)
           
protected  void processListModules(HttpServletRequest req, HttpServletResponse res)
           
protected  void processListOperation(HttpServletRequest req, HttpServletResponse res)
           
protected  void processListOperations(HttpServletRequest req, HttpServletResponse res)
           
protected  void processListPhases(HttpServletRequest req, HttpServletResponse res)
           
protected  void processListService(HttpServletRequest req, HttpServletResponse res)
           
protected  void processListServiceGroups(HttpServletRequest req, HttpServletResponse res)
           
protected  void processListSingleService(HttpServletRequest req, HttpServletResponse res)
           
protected  void processLogin(HttpServletRequest req, HttpServletResponse res)
           
protected  void processLogout(HttpServletRequest req, HttpServletResponse res)
           
protected  void processSelectService(HttpServletRequest req, HttpServletResponse res)
           
protected  void processSelectServiceParaEdit(HttpServletRequest req, HttpServletResponse res)
           
protected  void processUpload(HttpServletRequest req, HttpServletResponse res)
           
protected  void processViewGlobalHandlers(HttpServletRequest req, HttpServletResponse res)
           
protected  void processViewServiceHandlers(HttpServletRequest req, HttpServletResponse res)
           
 
Methods inherited from class org.apache.axis2.transport.http.AbstractAgent
processUnknown, renderView
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ADMIN_JSP_NAME

public static final String ADMIN_JSP_NAME
See Also:
Constant Field Values
Constructor Detail

AdminAgent

public AdminAgent(ConfigurationContext aConfigContext)
Method Detail

handle

public void handle(HttpServletRequest httpServletRequest,
                   HttpServletResponse httpServletResponse)
            throws IOException,
                   ServletException
Overrides:
handle in class AbstractAgent
Throws:
IOException
ServletException

processIndex

protected void processIndex(HttpServletRequest req,
                            HttpServletResponse res)
                     throws IOException,
                            ServletException
Description copied from class: AbstractAgent
Callback method for index page. Forwards to DEFAULT_INDEX_JSP by default.

Overrides:
processIndex in class AbstractAgent
Parameters:
req - The incoming request.
res - The outgoing response.
Throws:
IOException
ServletException

processUpload

protected void processUpload(HttpServletRequest req,
                             HttpServletResponse res)
                      throws IOException,
                             ServletException
Throws:
IOException
ServletException

processLogin

protected void processLogin(HttpServletRequest req,
                            HttpServletResponse res)
                     throws IOException,
                            ServletException
Throws:
IOException
ServletException

processEditServicePara

protected void processEditServicePara(HttpServletRequest req,
                                      HttpServletResponse res)
                               throws IOException,
                                      ServletException
Throws:
IOException
ServletException

processEngagingGlobally

protected void processEngagingGlobally(HttpServletRequest req,
                                       HttpServletResponse res)
                                throws IOException,
                                       ServletException
Throws:
IOException
ServletException

processListOperations

protected void processListOperations(HttpServletRequest req,
                                     HttpServletResponse res)
                              throws IOException,
                                     ServletException
Throws:
IOException
ServletException

processEngageToService

protected void processEngageToService(HttpServletRequest req,
                                      HttpServletResponse res)
                               throws IOException,
                                      ServletException
Throws:
IOException
ServletException

processEngageToServiceGroup

protected void processEngageToServiceGroup(HttpServletRequest req,
                                           HttpServletResponse res)
                                    throws IOException,
                                           ServletException
Throws:
IOException
ServletException

processLogout

protected void processLogout(HttpServletRequest req,
                             HttpServletResponse res)
                      throws IOException,
                             ServletException
Throws:
IOException
ServletException

processSelectServiceParaEdit

protected void processSelectServiceParaEdit(HttpServletRequest req,
                                            HttpServletResponse res)
                                     throws IOException,
                                            ServletException
Throws:
IOException
ServletException

processListOperation

protected void processListOperation(HttpServletRequest req,
                                    HttpServletResponse res)
                             throws IOException,
                                    ServletException
Throws:
IOException
ServletException

processActivateService

protected void processActivateService(HttpServletRequest req,
                                      HttpServletResponse res)
                               throws IOException,
                                      ServletException
Throws:
IOException
ServletException

processDeactivateService

protected void processDeactivateService(HttpServletRequest req,
                                        HttpServletResponse res)
                                 throws IOException,
                                        ServletException
Throws:
IOException
ServletException

processViewGlobalHandlers

protected void processViewGlobalHandlers(HttpServletRequest req,
                                         HttpServletResponse res)
                                  throws IOException,
                                         ServletException
Throws:
IOException
ServletException

processViewServiceHandlers

protected void processViewServiceHandlers(HttpServletRequest req,
                                          HttpServletResponse res)
                                   throws IOException,
                                          ServletException
Throws:
IOException
ServletException

processListPhases

protected void processListPhases(HttpServletRequest req,
                                 HttpServletResponse res)
                          throws IOException,
                                 ServletException
Throws:
IOException
ServletException

processListServiceGroups

protected void processListServiceGroups(HttpServletRequest req,
                                        HttpServletResponse res)
                                 throws IOException,
                                        ServletException
Throws:
IOException
ServletException

processListService

protected void processListService(HttpServletRequest req,
                                  HttpServletResponse res)
                           throws IOException,
                                  ServletException
Throws:
IOException
ServletException

processListSingleService

protected void processListSingleService(HttpServletRequest req,
                                        HttpServletResponse res)
                                 throws IOException,
                                        ServletException
Throws:
IOException
ServletException

processListContexts

protected void processListContexts(HttpServletRequest req,
                                   HttpServletResponse res)
                            throws IOException,
                                   ServletException
Throws:
IOException
ServletException

processglobalModules

protected void processglobalModules(HttpServletRequest req,
                                    HttpServletResponse res)
                             throws IOException,
                                    ServletException
Throws:
IOException
ServletException

processListModules

protected void processListModules(HttpServletRequest req,
                                  HttpServletResponse res)
                           throws IOException,
                                  ServletException
Throws:
IOException
ServletException

processSelectService

protected void processSelectService(HttpServletRequest req,
                                    HttpServletResponse res)
                             throws IOException,
                                    ServletException
Throws:
IOException
ServletException