Most general way to create
WebModule instances.
You are not permitted to create them directly; instead you implement
WebModuleImplementation and use this factory.
author: Pavel Buzek
createWebModule(WebModuleImplementation spiWebmodule) Creates an API web module instance for the given SPI web module.
Parameters: spiWebmodule - an instance of a SPI web module.
Creates an API web module instance for the given SPI web module.
Parameters: spiWebmodule - an instance of a SPI web module. an instance of a API web module.