public class ListingAgent extends AbstractAgent
configContext, DEFAULT_INDEX_JSP, operationCache
Constructor and Description |
---|
ListingAgent(ConfigurationContext aConfigContext) |
Modifier and Type | Method and Description |
---|---|
static void |
copy(InputStream stream,
OutputStream ostream)
Copies the input stream to the output stream
|
String |
extractServiceName(String urlString) |
void |
handle(HttpServletRequest httpServletRequest,
HttpServletResponse httpServletResponse) |
void |
processExplicitSchemaAndWSDL(HttpServletRequest req,
HttpServletResponse res) |
protected void |
processIndex(HttpServletRequest httpServletRequest,
HttpServletResponse httpServletResponse)
Callback method for index page.
|
protected void |
processListFaultyServices(HttpServletRequest req,
HttpServletResponse res) |
void |
processListService(HttpServletRequest req,
HttpServletResponse res) |
protected void |
processListServices(HttpServletRequest req,
HttpServletResponse res) |
populateSessionInformation, processUnknown, renderView
public ListingAgent(ConfigurationContext aConfigContext)
public void handle(HttpServletRequest httpServletRequest, HttpServletResponse httpServletResponse) throws IOException, ServletException
handle
in class AbstractAgent
IOException
ServletException
protected void processListFaultyServices(HttpServletRequest req, HttpServletResponse res) throws IOException, ServletException
IOException
ServletException
protected void processIndex(HttpServletRequest httpServletRequest, HttpServletResponse httpServletResponse) throws IOException, ServletException
AbstractAgent
DEFAULT_INDEX_JSP
by default.processIndex
in class AbstractAgent
httpServletRequest
- The incoming request.httpServletResponse
- The outgoing response.IOException
ServletException
public void processExplicitSchemaAndWSDL(HttpServletRequest req, HttpServletResponse res) throws IOException, ServletException
IOException
ServletException
public static void copy(InputStream stream, OutputStream ostream) throws IOException
stream
- the InputStream
ostream
- the OutputStream
IOException
public void processListService(HttpServletRequest req, HttpServletResponse res) throws IOException, ServletException
IOException
ServletException
protected void processListServices(HttpServletRequest req, HttpServletResponse res) throws IOException, ServletException
IOException
ServletException
Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.