|
Class Summary |
| AbstractWSServlet |
Abstract class to hold common functionality for different Service views
currently extended by WSServlet (default, xml view) and WSHtmlServlet (html view) |
| Activator |
|
| ConfigurationAdminHelper |
Helper class for ConfigurationAdmin |
| HttpServiceTracker |
A utility class that will handle management of servlets when containers come
in and out of runtime scope. |
| MenuAccessAdapter |
Menu node that represents access privileges for a service |
| MenuAdapter |
|
| PublicWSAdminImpl |
The default implementation of PublicWSAdmin. |
| WSHtmlServlet |
This is a very simple servlet that provides an
HTML view of the services availible on a BUG
This is registered in PublicWSAdminImpl along with
WSServlet, which handles the actual xml services |
| WSServlet |
This class used to do it all, but now it extends AbstractWSServlet
so other Service view classes can share functionality. |