|
Class Summary |
| AbstractWebContainer |
A template pattern class for web container integration into JBoss. |
| ThreadPool |
A simple thread pool. |
| WebApplication |
A WebApplication represents the information for a war deployment. |
| WebClassLoader |
A simple subclass of URLClassLoader that overrides the getURLs()
method to return a different set of URLs for remote loading than what is used
for local loading. |
| WebServer |
A mini webserver that should be embedded in another application. |
| WebService |
The WebService implementation. |