You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Sagar Pidaparthi <Sa...@chordiant.com> on 2004/08/02 18:56:51 UTC

Class Loaders and axis

Hi,

I want my class loader to generate and vend WSDLs and process SOAP
requests at Runtime .  In order to do this I am planning to extend
AxisServlet and in the init method of the newServlet, I am planning to
use 

 

ClassUtils.setClassLoader(className, new myClassLoader);

 

Will this do?  Is this the right approach.

Regards

 

Sagar