Interface ILcdWFSTransactionHandlerFactory


public interface ILcdWFSTransactionHandlerFactory
A factory class which can be used to create ALcdWFSTransactionHandler instances.
Since:
10.0
See Also:
  • Method Details

    • createTransactionHandler

      ALcdWFSTransactionHandler createTransactionHandler(TLcdWFSRequestContext aContext)
      Creates a new ALcdWFSTransactionHandler.
      Parameters:
      aContext - A context object containing information about the request for which the handler should be created.
      Returns:
      A valid ALcdWFSTransactionHandler that can be used for the request associated with aContext.
    • canCreateTransactionHandler

      default boolean canCreateTransactionHandler(TLcdWFSRequestContext aContext)
      If a valid ALcdWFSTransactionHandler can be created for the request associated with aContext. This can depend on if transactions are enabled or not for a service. The default implementation always returns true.
      Parameters:
      aContext - A context object containing information about the request for which the handler should be created.
      Returns:
      If a valid ALcdWFSTransactionHandler that can be created for the request associated with aContext.
      Since:
      2024.1