Package simple.http.load

Interface Summary
Layout The Layout represents the layout of the links and resources within a specific LoaderManager.
Loader The Loader object represents an object that uses the LoaderManager to load and link resources.
LoaderManager The LoaderManager is used to load Service implementation classes.
Mapper The Mapper is intended to provide a mapping from a URI path to a service.
 

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.
 

Exception Summary
LoadingException The LoadingException is thrown when the loading of a Service fails for some reason.