Class Summary |
Configuration |
The Configuration object is used to collect property
values for services loaded using the mapper engine. |
LoaderEngine |
The LoaderEngine is used to load Service
implementations into the system so that they can be executed by
a ProtocolHandler . |
LoaderPermission |
The LoaderPermission is used to provide access to
the functions of the LoaderManager . |
MapperEngine |
The MapperEngine provides an implementation of the
LoaderEngine that does not require administration. |
MapperFactory |
The MapperFactory retrieves the Mapper
implementation for the system. |
PatternMapper |
The PatternMapper provides a mapper that is used
to perform mapping using patterns. |
PrefixMapper |
The PrefixMapper provides a mapper that is used to
perform mapping using prefix paths. |
PrefixResolver |
The PrefixResolver is used to extract service names
and types from an XML configuration file. |
Process |
The Process can be used to exploit the asynchronous
ability of the simple.http framework. |
Redirect |
The Redirect object provides a redirectable
implementation of the Service object. |
Service |
The Service is a loadable component that is used
to process requests. |