org.apache.axis2.transport.http
Class ListingAgent
java.lang.Object
org.apache.axis2.transport.http.AbstractAgent
org.apache.axis2.transport.http.ListingAgent
- public class ListingAgent
- extends AbstractAgent
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RUNNING_PORT
public static final String RUNNING_PORT
- See Also:
- Constant Field Values
ListingAgent
public ListingAgent(ConfigurationContext aConfigContext)
handle
public void handle(HttpServletRequest httpServletRequest,
HttpServletResponse httpServletResponse)
throws IOException,
ServletException
- Overrides:
handle
in class AbstractAgent
- Throws:
IOException
ServletException
processListFaultyServices
protected void processListFaultyServices(HttpServletRequest req,
HttpServletResponse res)
throws IOException,
ServletException
- Throws:
IOException
ServletException
processIndex
protected void processIndex(HttpServletRequest httpServletRequest,
HttpServletResponse httpServletResponse)
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:
httpServletRequest
- The incoming request.httpServletResponse
- The outgoing response.
- Throws:
IOException
ServletException
processListService
public void processListService(HttpServletRequest req,
HttpServletResponse res)
throws IOException,
ServletException
- Throws:
IOException
ServletException
processListServices
protected void processListServices(HttpServletRequest req,
HttpServletResponse res)
throws IOException,
ServletException
- Throws:
IOException
ServletException