Package com.buglabs.bug.service

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
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.