Uses of Class
com.luciad.ogc.common.TLcdOGCServiceException
Packages that use TLcdOGCServiceException
Package
Description
This package contains interfaces and classes common to all OGC web services.
Provides API for implementing an OGC Catalog Service.
Implementation of the OGC Web Coverage Service (WCS) specification.
Implementation of the OGC Web Feature Service (WFS) specification.
-
Uses of TLcdOGCServiceException in com.luciad.ogc.common
Methods in com.luciad.ogc.common with parameters of type TLcdOGCServiceExceptionModifier and TypeMethodDescriptionvoidTLcdOGCServiceExceptionEncoder.encode(PrintWriter aWriter, TLcdOGCServiceException aServiceException, String aServerURI) Writes an exception report to the givenPrintWriter.protected voidTLcdOGCCommandDispatcher.handleServiceException(ILcdResponse aResponse, TLcdOGCServiceException aException, ILcdRequest aRequest) Handles a service exception.Methods in com.luciad.ogc.common that throw TLcdOGCServiceExceptionModifier and TypeMethodDescriptionILcdOGCCommandDispatcherFactory.createCommandDispatcher(ILcdInitializationConfig aConfig) Creates anALcdOGCCommandDispatcher.voidILcdRequestHandler.handleRequest(ILcdRequest aRequest, ILcdResponse aResponse) Handles a request.protected voidTLcdOGCCommandDispatcher.handleUnknownRequest(String aRequest) Called if no request handler can be found for the given request.protected StringTLcdOGCCommandDispatcher.validateService(String aService, String aRequestType, ILcdRequest aRequest) This method allows implementations to validate the "service" parameter of a request. -
Uses of TLcdOGCServiceException in com.luciad.ogc.csw.server
Subclasses of TLcdOGCServiceException in com.luciad.ogc.csw.serverModifier and TypeClassDescriptionclassExtension of TLcdOGCServiceException, containing specific error messages and codes for CSW service exceptions.Methods in com.luciad.ogc.csw.server that throw TLcdOGCServiceExceptionModifier and TypeMethodDescriptionabstract ILcdCSWCapabilitiesProviderALcdCSWCommandDispatcherFactory.createCapabilitiesProvider(ILcdInitializationConfig aConfig) Creates the class that is used to help the server expose its capabilities.ALcdCSWCommandDispatcherFactory.createCommandDispatcher(ILcdInitializationConfig aConfig) Creates a CSW command dispatcher, using the given configuration information. -
Uses of TLcdOGCServiceException in com.luciad.ogc.wcs
Subclasses of TLcdOGCServiceException in com.luciad.ogc.wcsModifier and TypeClassDescriptionclassClass for OGC WCS service exceptions.Methods in com.luciad.ogc.wcs with parameters of type TLcdOGCServiceExceptionModifier and TypeMethodDescriptionprotected voidTLcdWCSCommandDispatcher.handleServiceException(ILcdResponse aResponse, TLcdOGCServiceException aException, ILcdRequest aRequest) Methods in com.luciad.ogc.wcs that throw TLcdOGCServiceExceptionModifier and TypeMethodDescriptionALcdOGCWCSCommandDispatcherFactory.createCommandDispatcher(ILcdInitializationConfig aConfig) Called during servlet initialization to create a command dispatcher.protected ILcdWCSCapabilitiesProviderALcdOGCWCSCommandDispatcherFactory.createWCSCapabilitiesProvider(ILcdInitializationConfig aConfig, ILcdOGCModelProvider aModelProvider) Creates a WCS capabilities provider.protected StringTLcdWCSCommandDispatcher.validateService(String aService, String aRequestType, ILcdRequest aRequest) -
Uses of TLcdOGCServiceException in com.luciad.ogc.wfs
Subclasses of TLcdOGCServiceException in com.luciad.ogc.wfsModifier and TypeClassDescriptionclassClass for OGC WFS service exceptions.Methods in com.luciad.ogc.wfs with parameters of type TLcdOGCServiceExceptionModifier and TypeMethodDescriptionprotected voidTLcdWFSCommandDispatcher.handleServiceException(ILcdResponse aResponse, TLcdOGCServiceException aException, ILcdRequest aRequest) Methods in com.luciad.ogc.wfs that throw TLcdOGCServiceExceptionModifier and TypeMethodDescriptionALcdOGCWFSCommandDispatcherFactory.createCommandDispatcher(ILcdInitializationConfig aConfig) Called during servlet initialization to create a command dispatcher.protected ILcdWFSFilteredModelFactoryALcdOGCWFSCommandDispatcherFactory.createFilteredModelFactory(ILcdWFSCapabilitiesProvider aCapabilitiesProvider, ILcdOGCModelProvider aModelProvider) Creates anILcdWFSFilteredModelFactory.protected ILcdWFSCapabilitiesProviderALcdOGCWFSCommandDispatcherFactory.createWFSCapabilitiesProvider(ILcdInitializationConfig aConfig, ILcdOGCModelProvider aModelProvider, ILcdModelReferenceFormatter aModelReferenceFormatter, ILcdModelReferenceParser aModelReferenceParser) Creates a WFS capabilities provider.protected StringTLcdWFSCommandDispatcher.validateService(String aService, String aRequestType, ILcdRequest aRequest)