This accessor should not be used by regular application code. It is better
to import a module into your module if that module's functionality is needed.
The wormhole accessor is useful for tools and system utilities which wish to access all
deployed modules without needing to import them into their address space. It provides a
mechanism for "tunnelling through address hyperspace" a request directly onto the external
interface of a module without going though the regular request resolution process.
When a generated request enters the target module its super-stack is lost preventing it
from seeing where it came from.
The request which passes through the wormhole inherits the properties of the request issued to the wormhole accessor.
The URI of the request is taken from the uri argument. The request type (SOURCE/SINK/etc) and
required resource aspect class are copied through.