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.