org.apache.axis2.webapp
Class AdminAgent
java.lang.Object
org.apache.axis2.transport.http.AbstractAgent
org.apache.axis2.webapp.AdminAgent
public class AdminAgent
- extends AbstractAgent
Provides methods to process axis2 admin requests.
Method Summary |
void |
handle(HttpServletRequest httpServletRequest,
HttpServletResponse httpServletResponse)
|
void |
processActivateService(HttpServletRequest req,
HttpServletResponse res)
|
void |
processDeactivateService(HttpServletRequest req,
HttpServletResponse res)
|
void |
processdeleteService(HttpServletRequest req,
HttpServletResponse res)
|
void |
processdisengageModule(HttpServletRequest req,
HttpServletResponse res)
|
void |
processEditServicePara(HttpServletRequest req,
HttpServletResponse res)
|
void |
processEngageToService(HttpServletRequest req,
HttpServletResponse res)
|
void |
processEngageToServiceGroup(HttpServletRequest req,
HttpServletResponse res)
|
void |
processEngagingGlobally(HttpServletRequest req,
HttpServletResponse res)
|
void |
processglobalModules(HttpServletRequest req,
HttpServletResponse res)
|
void |
processIndex(HttpServletRequest req,
HttpServletResponse res)
Callback method for index page. |
void |
processListContexts(HttpServletRequest req,
HttpServletResponse res)
|
void |
processListModules(HttpServletRequest req,
HttpServletResponse res)
|
void |
processListOperation(HttpServletRequest req,
HttpServletResponse res)
|
void |
processListOperations(HttpServletRequest req,
HttpServletResponse res)
|
void |
processListPhases(HttpServletRequest req,
HttpServletResponse res)
|
void |
processListService(HttpServletRequest req,
HttpServletResponse res)
|
void |
processListServiceGroups(HttpServletRequest req,
HttpServletResponse res)
|
void |
processListSingleService(HttpServletRequest req,
HttpServletResponse res)
|
void |
processLogin(HttpServletRequest req,
HttpServletResponse res)
|
void |
processLogout(HttpServletRequest req,
HttpServletResponse res)
|
void |
processSelectService(HttpServletRequest req,
HttpServletResponse res)
|
void |
processSelectServiceParaEdit(HttpServletRequest req,
HttpServletResponse res)
|
void |
processUpload(HttpServletRequest req,
HttpServletResponse res)
|
void |
processViewGlobalHandlers(HttpServletRequest req,
HttpServletResponse res)
|
void |
processviewServiceContext(HttpServletRequest req,
HttpServletResponse res)
|
void |
processviewServiceGroupConetxt(HttpServletRequest req,
HttpServletResponse res)
|
void |
processViewServiceHandlers(HttpServletRequest req,
HttpServletResponse res)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ADMIN_JSP_NAME
public static final String ADMIN_JSP_NAME
- See Also:
- Constant Field Values
AdminAgent
public AdminAgent(ConfigurationContext aConfigContext)
handle
public void handle(HttpServletRequest httpServletRequest,
HttpServletResponse httpServletResponse)
throws IOException,
ServletException
- Overrides:
handle
in class AbstractAgent
- Throws:
IOException
ServletException
processIndex
public 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
public void processUpload(HttpServletRequest req,
HttpServletResponse res)
throws IOException,
ServletException
- Throws:
IOException
ServletException
processLogin
public void processLogin(HttpServletRequest req,
HttpServletResponse res)
throws IOException,
ServletException
- Throws:
IOException
ServletException
processEditServicePara
public void processEditServicePara(HttpServletRequest req,
HttpServletResponse res)
throws IOException,
ServletException
- Throws:
IOException
ServletException
processEngagingGlobally
public void processEngagingGlobally(HttpServletRequest req,
HttpServletResponse res)
throws IOException,
ServletException
- Throws:
IOException
ServletException
processListOperations
public void processListOperations(HttpServletRequest req,
HttpServletResponse res)
throws IOException,
ServletException
- Throws:
IOException
ServletException
processEngageToService
public void processEngageToService(HttpServletRequest req,
HttpServletResponse res)
throws IOException,
ServletException
- Throws:
IOException
ServletException
processEngageToServiceGroup
public void processEngageToServiceGroup(HttpServletRequest req,
HttpServletResponse res)
throws IOException,
ServletException
- Throws:
IOException
ServletException
processLogout
public void processLogout(HttpServletRequest req,
HttpServletResponse res)
throws IOException,
ServletException
- Throws:
IOException
ServletException
processviewServiceGroupConetxt
public void processviewServiceGroupConetxt(HttpServletRequest req,
HttpServletResponse res)
throws IOException,
ServletException
- Throws:
IOException
ServletException
processviewServiceContext
public void processviewServiceContext(HttpServletRequest req,
HttpServletResponse res)
throws IOException,
ServletException
- Throws:
IOException
ServletException
processSelectServiceParaEdit
public void processSelectServiceParaEdit(HttpServletRequest req,
HttpServletResponse res)
throws IOException,
ServletException
- Throws:
IOException
ServletException
processListOperation
public void processListOperation(HttpServletRequest req,
HttpServletResponse res)
throws IOException,
ServletException
- Throws:
IOException
ServletException
processActivateService
public void processActivateService(HttpServletRequest req,
HttpServletResponse res)
throws IOException,
ServletException
- Throws:
IOException
ServletException
processDeactivateService
public void processDeactivateService(HttpServletRequest req,
HttpServletResponse res)
throws IOException,
ServletException
- Throws:
IOException
ServletException
processViewGlobalHandlers
public void processViewGlobalHandlers(HttpServletRequest req,
HttpServletResponse res)
throws IOException,
ServletException
- Throws:
IOException
ServletException
processViewServiceHandlers
public void processViewServiceHandlers(HttpServletRequest req,
HttpServletResponse res)
throws IOException,
ServletException
- Throws:
IOException
ServletException
processListPhases
public void processListPhases(HttpServletRequest req,
HttpServletResponse res)
throws IOException,
ServletException
- Throws:
IOException
ServletException
processListServiceGroups
public void processListServiceGroups(HttpServletRequest req,
HttpServletResponse res)
throws IOException,
ServletException
- Throws:
IOException
ServletException
processListService
public void processListService(HttpServletRequest req,
HttpServletResponse res)
throws IOException,
ServletException
- Throws:
IOException
ServletException
processListSingleService
public void processListSingleService(HttpServletRequest req,
HttpServletResponse res)
throws IOException,
ServletException
- Throws:
IOException
ServletException
processListContexts
public void processListContexts(HttpServletRequest req,
HttpServletResponse res)
throws IOException,
ServletException
- Throws:
IOException
ServletException
processglobalModules
public void processglobalModules(HttpServletRequest req,
HttpServletResponse res)
throws IOException,
ServletException
- Throws:
IOException
ServletException
processListModules
public void processListModules(HttpServletRequest req,
HttpServletResponse res)
throws IOException,
ServletException
- Throws:
IOException
ServletException
processdisengageModule
public void processdisengageModule(HttpServletRequest req,
HttpServletResponse res)
throws IOException,
ServletException
- Throws:
IOException
ServletException
processdeleteService
public void processdeleteService(HttpServletRequest req,
HttpServletResponse res)
throws IOException,
ServletException
- Throws:
IOException
ServletException
processSelectService
public void processSelectService(HttpServletRequest req,
HttpServletResponse res)
throws IOException,
ServletException
- Throws:
IOException
ServletException
Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.