public class WcsHandler extends Object
| Constructor and Description |
|---|
WcsHandler(String verString) |
| Modifier and Type | Method and Description |
|---|---|
GetCapabilities.ServiceInfo |
getServiceInfo() |
Version |
getVersion() |
void |
handleExceptionReport(javax.servlet.http.HttpServletResponse res,
String code,
String locator,
String message) |
void |
handleExceptionReport(javax.servlet.http.HttpServletResponse res,
String code,
String locator,
Throwable t) |
void |
handleExceptionReport(javax.servlet.http.HttpServletResponse res,
WcsException exception) |
void |
handleKVP(javax.servlet.http.HttpServlet servlet,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res) |
WcsHandler |
setDeleteImmediately(boolean deleteImmediately) |
WcsHandler |
setDiskCache(ucar.nc2.util.DiskCache2 diskCache) |
public WcsHandler(String verString)
public Version getVersion()
public WcsHandler setDiskCache(ucar.nc2.util.DiskCache2 diskCache)
public WcsHandler setDeleteImmediately(boolean deleteImmediately)
public void handleKVP(javax.servlet.http.HttpServlet servlet,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
throws IOException
IOExceptionpublic GetCapabilities.ServiceInfo getServiceInfo()
public void handleExceptionReport(javax.servlet.http.HttpServletResponse res,
WcsException exception)
throws IOException
IOExceptionpublic void handleExceptionReport(javax.servlet.http.HttpServletResponse res,
String code,
String locator,
String message)
throws IOException
IOExceptionpublic void handleExceptionReport(javax.servlet.http.HttpServletResponse res,
String code,
String locator,
Throwable t)
throws IOException
IOException