public final class AbsoluteServletConnection extends AbstractServletConnection
AbstractServletConnection.NoServletContextAvailableException| Modifier and Type | Field and Description |
|---|---|
static String |
ABSOLUTE_SERVLET_SOURCE_POSTFIX |
connected, context, logger, request, requestBody, response, responseBody, uri| Constructor and Description |
|---|
AbsoluteServletConnection(String serviceName,
String path,
String queryString)
Create an absolute connection to a servlet service.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
performConnect()
Perform the actual connect that invokes the servlet service.
|
connect, getContentType, getDateHeader, getHeaderField, getHeaderFieldDate, getHeaders, getInputStream, getLastModified, getOutputStream, getResponseCode, getURI, setIfModifiedSincepublic static String ABSOLUTE_SERVLET_SOURCE_POSTFIX
public AbsoluteServletConnection(String serviceName, String path, String queryString)
serviceName - The fully qualified service name (= the name of the Spring bean).path - The requested path of the service.queryString - The query parameters formatted as HTTP request query string.protected void performConnect()
throws javax.servlet.ServletException,
IOException
performConnect in class AbstractServletConnectionjavax.servlet.ServletExceptionIOExceptionCopyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.