Package com.luciad.ogc.wfs
Interface ILcdWFSTransactionHandlerFactory
public interface ILcdWFSTransactionHandlerFactory
A factory class which can be used to create
ALcdWFSTransactionHandler
instances.- Since:
- 10.0
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiondefault boolean
If a validALcdWFSTransactionHandler
can be created for the request associated withaContext
.Creates a newALcdWFSTransactionHandler
.
-
Method Details
-
createTransactionHandler
Creates a newALcdWFSTransactionHandler
.- 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 withaContext
.
-
canCreateTransactionHandler
If a validALcdWFSTransactionHandler
can be created for the request associated withaContext
. This can depend on if transactions are enabled or not for a service. The default implementation always returnstrue
.- 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 withaContext
. - Since:
- 2024.1
-