elps
Keith
-Original
Message-From: Wayne Ross
[mailto:[EMAIL PROTECTED]Sent: 18 September 2003
15:56To: [EMAIL PROTECTED]Subject: AxisServlet and
the init() method
Hi,
I'd like to extend the AxisServlet class and if/when init()
fails I would like the s
Hi,
I'd like to extend the AxisServlet class and if/when init()
fails I would like the servlet to throw javax.servlet.UnavailableException.
However, AxisServlet (and AxisServletBase) define their init() method as
public void init()
and not
public void init() throws ServletException