Package com.luciad.ogc.common
package com.luciad.ogc.common
This package contains interfaces and classes common to all OGC web services.
- Since:
- 4.3
-
ClassDescriptionAbstract base class for OGC command dispatchers.A class to represent a request context when handling a service request.An interface for a named parameter list, used to supply initialization parameters to the command dispatcher factory when the servlet is loaded.An interface for command dispatcher factories.Interface defining the method to create a new
ILcdModelDecoder
for a given source.Interface defining implementations that can provide models corresponding to some source name.An interface for web server requests.An interface for request handlers.An interface for server responses.An interface for a servlet context configuration.A wrapper forHttpServletRequest
objects.A wrapper forHttpServletResponse
objects.A basic implementation ofALcdOGCCommandDispatcher
.Default implementation ofILcdOGCModelDecoderFactory
that retrievesILcdModelDecoder
instances usingTLcdServiceLoader
.Default model provider implementation that delegates to the givenILcdOGCModelDecoderFactory
.Base class for OGC service exceptions.Encoder for the service exceptions.An implementation ofILcdInitializationConfig
that wraps around aServletConfig
object.Utility functions for servlets.