org.apache.axis2.transport.http
Class AdminAgent

java.lang.Object
  extended by org.apache.axis2.transport.http.AbstractAgent
      extended by org.apache.axis2.transport.http.AdminAgent

public class AdminAgent
extends AbstractAgent

Provides methods to process axis2 admin requests.


Field Summary
static java.lang.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(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse)
           
protected  void processActivateService(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
           
protected  void processDeactivateService(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
           
protected  void processdisengageModule(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
           
protected  void processEditServicePara(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
           
protected  void processEngageToService(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
           
protected  void processEngageToServiceGroup(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
           
protected  void processEngagingGlobally(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
           
protected  void processglobalModules(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
           
protected  void processIndex(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
          Callback method for index page.
protected  void processListContexts(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
           
protected  void processListModules(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
           
protected  void processListOperation(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
           
protected  void processListOperations(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
           
protected  void processListPhases(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
           
protected  void processListService(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
           
protected  void processListServiceGroups(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
           
protected  void processListSingleService(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
           
protected  void processLogin(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
           
protected  void processLogout(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
           
protected  void processSelectService(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
           
protected  void processSelectServiceParaEdit(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
           
protected  void processUpload(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
           
protected  void processViewGlobalHandlers(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
           
protected  void processviewServiceContext(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
           
protected  void processviewServiceGroupConetxt(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
           
protected  void processViewServiceHandlers(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
           
 
Methods inherited from class org.apache.axis2.transport.http.AbstractAgent
populateSessionInformation, 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 java.lang.String ADMIN_JSP_NAME
See Also:
Constant Field Values
Constructor Detail

AdminAgent

public AdminAgent(ConfigurationContext aConfigContext)
Method Detail

handle

public void handle(javax.servlet.http.HttpServletRequest httpServletRequest,
                   javax.servlet.http.HttpServletResponse httpServletResponse)
            throws java.io.IOException,
                   javax.servlet.ServletException
Overrides:
handle in class AbstractAgent
Throws:
java.io.IOException
javax.servlet.ServletException

processIndex

protected void processIndex(javax.servlet.http.HttpServletRequest req,
                            javax.servlet.http.HttpServletResponse res)
                     throws java.io.IOException,
                            javax.servlet.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:
java.io.IOException
javax.servlet.ServletException

processUpload

protected void processUpload(javax.servlet.http.HttpServletRequest req,
                             javax.servlet.http.HttpServletResponse res)
                      throws java.io.IOException,
                             javax.servlet.ServletException
Throws:
java.io.IOException
javax.servlet.ServletException

processLogin

protected void processLogin(javax.servlet.http.HttpServletRequest req,
                            javax.servlet.http.HttpServletResponse res)
                     throws java.io.IOException,
                            javax.servlet.ServletException
Throws:
java.io.IOException
javax.servlet.ServletException

processEditServicePara

protected void processEditServicePara(javax.servlet.http.HttpServletRequest req,
                                      javax.servlet.http.HttpServletResponse res)
                               throws java.io.IOException,
                                      javax.servlet.ServletException
Throws:
java.io.IOException
javax.servlet.ServletException

processEngagingGlobally

protected void processEngagingGlobally(javax.servlet.http.HttpServletRequest req,
                                       javax.servlet.http.HttpServletResponse res)
                                throws java.io.IOException,
                                       javax.servlet.ServletException
Throws:
java.io.IOException
javax.servlet.ServletException

processListOperations

protected void processListOperations(javax.servlet.http.HttpServletRequest req,
                                     javax.servlet.http.HttpServletResponse res)
                              throws java.io.IOException,
                                     javax.servlet.ServletException
Throws:
java.io.IOException
javax.servlet.ServletException

processEngageToService

protected void processEngageToService(javax.servlet.http.HttpServletRequest req,
                                      javax.servlet.http.HttpServletResponse res)
                               throws java.io.IOException,
                                      javax.servlet.ServletException
Throws:
java.io.IOException
javax.servlet.ServletException

processEngageToServiceGroup

protected void processEngageToServiceGroup(javax.servlet.http.HttpServletRequest req,
                                           javax.servlet.http.HttpServletResponse res)
                                    throws java.io.IOException,
                                           javax.servlet.ServletException
Throws:
java.io.IOException
javax.servlet.ServletException

processLogout

protected void processLogout(javax.servlet.http.HttpServletRequest req,
                             javax.servlet.http.HttpServletResponse res)
                      throws java.io.IOException,
                             javax.servlet.ServletException
Throws:
java.io.IOException
javax.servlet.ServletException

processviewServiceGroupConetxt

protected void processviewServiceGroupConetxt(javax.servlet.http.HttpServletRequest req,
                                              javax.servlet.http.HttpServletResponse res)
                                       throws java.io.IOException,
                                              javax.servlet.ServletException
Throws:
java.io.IOException
javax.servlet.ServletException

processviewServiceContext

protected void processviewServiceContext(javax.servlet.http.HttpServletRequest req,
                                         javax.servlet.http.HttpServletResponse res)
                                  throws java.io.IOException,
                                         javax.servlet.ServletException
Throws:
java.io.IOException
javax.servlet.ServletException

processSelectServiceParaEdit

protected void processSelectServiceParaEdit(javax.servlet.http.HttpServletRequest req,
                                            javax.servlet.http.HttpServletResponse res)
                                     throws java.io.IOException,
                                            javax.servlet.ServletException
Throws:
java.io.IOException
javax.servlet.ServletException

processListOperation

protected void processListOperation(javax.servlet.http.HttpServletRequest req,
                                    javax.servlet.http.HttpServletResponse res)
                             throws java.io.IOException,
                                    javax.servlet.ServletException
Throws:
java.io.IOException
javax.servlet.ServletException

processActivateService

protected void processActivateService(javax.servlet.http.HttpServletRequest req,
                                      javax.servlet.http.HttpServletResponse res)
                               throws java.io.IOException,
                                      javax.servlet.ServletException
Throws:
java.io.IOException
javax.servlet.ServletException

processDeactivateService

protected void processDeactivateService(javax.servlet.http.HttpServletRequest req,
                                        javax.servlet.http.HttpServletResponse res)
                                 throws java.io.IOException,
                                        javax.servlet.ServletException
Throws:
java.io.IOException
javax.servlet.ServletException

processViewGlobalHandlers

protected void processViewGlobalHandlers(javax.servlet.http.HttpServletRequest req,
                                         javax.servlet.http.HttpServletResponse res)
                                  throws java.io.IOException,
                                         javax.servlet.ServletException
Throws:
java.io.IOException
javax.servlet.ServletException

processViewServiceHandlers

protected void processViewServiceHandlers(javax.servlet.http.HttpServletRequest req,
                                          javax.servlet.http.HttpServletResponse res)
                                   throws java.io.IOException,
                                          javax.servlet.ServletException
Throws:
java.io.IOException
javax.servlet.ServletException

processListPhases

protected void processListPhases(javax.servlet.http.HttpServletRequest req,
                                 javax.servlet.http.HttpServletResponse res)
                          throws java.io.IOException,
                                 javax.servlet.ServletException
Throws:
java.io.IOException
javax.servlet.ServletException

processListServiceGroups

protected void processListServiceGroups(javax.servlet.http.HttpServletRequest req,
                                        javax.servlet.http.HttpServletResponse res)
                                 throws java.io.IOException,
                                        javax.servlet.ServletException
Throws:
java.io.IOException
javax.servlet.ServletException

processListService

protected void processListService(javax.servlet.http.HttpServletRequest req,
                                  javax.servlet.http.HttpServletResponse res)
                           throws java.io.IOException,
                                  javax.servlet.ServletException
Throws:
java.io.IOException
javax.servlet.ServletException

processListSingleService

protected void processListSingleService(javax.servlet.http.HttpServletRequest req,
                                        javax.servlet.http.HttpServletResponse res)
                                 throws java.io.IOException,
                                        javax.servlet.ServletException
Throws:
java.io.IOException
javax.servlet.ServletException

processListContexts

protected void processListContexts(javax.servlet.http.HttpServletRequest req,
                                   javax.servlet.http.HttpServletResponse res)
                            throws java.io.IOException,
                                   javax.servlet.ServletException
Throws:
java.io.IOException
javax.servlet.ServletException

processglobalModules

protected void processglobalModules(javax.servlet.http.HttpServletRequest req,
                                    javax.servlet.http.HttpServletResponse res)
                             throws java.io.IOException,
                                    javax.servlet.ServletException
Throws:
java.io.IOException
javax.servlet.ServletException

processListModules

protected void processListModules(javax.servlet.http.HttpServletRequest req,
                                  javax.servlet.http.HttpServletResponse res)
                           throws java.io.IOException,
                                  javax.servlet.ServletException
Throws:
java.io.IOException
javax.servlet.ServletException

processdisengageModule

protected void processdisengageModule(javax.servlet.http.HttpServletRequest req,
                                      javax.servlet.http.HttpServletResponse res)
                               throws java.io.IOException,
                                      javax.servlet.ServletException
Throws:
java.io.IOException
javax.servlet.ServletException

processSelectService

protected void processSelectService(javax.servlet.http.HttpServletRequest req,
                                    javax.servlet.http.HttpServletResponse res)
                             throws java.io.IOException,
                                    javax.servlet.ServletException
Throws:
java.io.IOException
javax.servlet.ServletException


Copyright © 2007 Apache Web Services Project. All Rights Reserved.