Package com.luciad.ogc.common
Interface ILcdOGCCommandDispatcherFactory
- All Known Implementing Classes:
ALcdCSWCommandDispatcherFactory
,ALcdOGCWCSCommandDispatcherFactory
,ALcdOGCWFSCommandDispatcherFactory
public interface ILcdOGCCommandDispatcherFactory
An interface for command dispatcher factories.
-
Method Summary
Modifier and TypeMethodDescriptionCreates anALcdOGCCommandDispatcher
.
-
Method Details
-
createCommandDispatcher
ALcdOGCCommandDispatcher createCommandDispatcher(ILcdInitializationConfig aConfig) throws TLcdOGCServiceException Creates anALcdOGCCommandDispatcher
.- Parameters:
aConfig
- A parameter list which will typically contain the class name of the command dispatcher to be created.- Throws:
TLcdOGCServiceException
-