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(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse) |
void |
processExplicitSchemaAndWSDL(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res) |
protected void |
processIndex(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse)
Callback method for index page.
|
protected void |
processListFaultyServices(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res) |
void |
processListService(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res) |
protected void |
processListServices(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res) |
populateSessionInformation, processUnknown, renderView
public ListingAgent(ConfigurationContext aConfigContext)
public void handle(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse) throws IOException, javax.servlet.ServletException
handle
in class AbstractAgent
IOException
javax.servlet.ServletException
protected void processListFaultyServices(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res) throws IOException, javax.servlet.ServletException
IOException
javax.servlet.ServletException
protected void processIndex(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse) throws IOException, javax.servlet.ServletException
AbstractAgent
DEFAULT_INDEX_JSP
by default.processIndex
in class AbstractAgent
httpServletRequest
- The incoming request.httpServletResponse
- The outgoing response.IOException
javax.servlet.ServletException
public void processExplicitSchemaAndWSDL(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res) throws IOException, javax.servlet.ServletException
IOException
javax.servlet.ServletException
public static void copy(InputStream stream, OutputStream ostream) throws IOException
stream
- the InputStream
ostream
- the OutputStream
IOException
public void processListService(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res) throws IOException, javax.servlet.ServletException
IOException
javax.servlet.ServletException
protected void processListServices(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res) throws IOException, javax.servlet.ServletException
IOException
javax.servlet.ServletException
Copyright © 2004–2017 The Apache Software Foundation. All rights reserved.