public abstract class AbstractRequestHandler<T extends Request> extends java.lang.Object implements RequestHandler<T>
WcsOperation
, which provides some
convenience methods to concrete implementations.Modifier and Type | Field and Description |
---|---|
protected DbMetadataSource |
meta |
DESCRIBE_COVERAGE, GET_CAPABILITIES, GET_COVERAGE
Constructor and Description |
---|
AbstractRequestHandler(DbMetadataSource meta) |
Modifier and Type | Method and Description |
---|---|
protected nu.xom.Document |
constructDocument(java.lang.String name,
java.lang.String namespace) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
handle
protected final DbMetadataSource meta
public AbstractRequestHandler(DbMetadataSource meta)