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 TypeMethodDescriptionCreates 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
.
-