| org.objectweb.jonas.ws.axis.JAxisServlet
JAxisServlet | public class JAxisServlet extends AxisServlet (Code) | | JOnAS AxisServlet version.
When displaying the port list, This class set the right URL.
author: Guillaume Sauthier |
reportAvailableServices | protected void reportAvailableServices(HttpServletResponse response, PrintWriter writer, HttpServletRequest request) throws ConfigurationException, AxisFault(Code) | | This method lists the available services; it is called when there is
nothing to execute on a GET
Parameters: response - HTTP response Parameters: writer - writer Parameters: request - HTTP request throws: ConfigurationException - cannot find axis WSDDConfiguration throws: AxisFault - cannot find endpoint URL |
|
|