public class WcsHandler
extends java.lang.Object
| Constructor and Description |
|---|
WcsHandler(java.lang.String verString) |
| Modifier and Type | Method and Description |
|---|---|
GetCapabilities.ServiceInfo |
getServiceInfo() |
Version |
getVersion() |
void |
handleExceptionReport(javax.servlet.http.HttpServletResponse res,
java.lang.String code,
java.lang.String locator,
java.lang.String message) |
void |
handleExceptionReport(javax.servlet.http.HttpServletResponse res,
java.lang.String code,
java.lang.String locator,
java.lang.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 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 java.io.IOException
java.io.IOExceptionpublic GetCapabilities.ServiceInfo getServiceInfo()
public void handleExceptionReport(javax.servlet.http.HttpServletResponse res,
WcsException exception)
throws java.io.IOException
java.io.IOExceptionpublic void handleExceptionReport(javax.servlet.http.HttpServletResponse res,
java.lang.String code,
java.lang.String locator,
java.lang.String message)
throws java.io.IOException
java.io.IOExceptionpublic void handleExceptionReport(javax.servlet.http.HttpServletResponse res,
java.lang.String code,
java.lang.String locator,
java.lang.Throwable t)
throws java.io.IOException
java.io.IOException