Class ALcdWMSCommandDispatcherFactory

java.lang.Object
com.luciad.wms.server.ALcdWMSCommandDispatcherFactory
Direct Known Subclasses:
ALcdOGCWMSCommandDispatcherFactory

public abstract class ALcdWMSCommandDispatcherFactory extends Object
Abstract class for factory implementations to create ALcdWMSCommandDispatcher objects.
  • Constructor Details

    • ALcdWMSCommandDispatcherFactory

      public ALcdWMSCommandDispatcherFactory()
  • Method Details

    • createWMSCommandDispatcher

      public abstract ALcdWMSCommandDispatcher createWMSCommandDispatcher(jakarta.servlet.ServletConfig aServletConfig) throws jakarta.servlet.ServletException
      Creates from the servlet configuration file the ALcdWMSCommandDispatcher.
      Parameters:
      aServletConfig - the servlet configuration values.
      Returns:
      a ALcdWMSCommandDispatcher from the servlet configuration.
      Throws:
      jakarta.servlet.ServletException - if the ALcdWMSCommandDispatcher can not be created.