Thanks for the reply.
 java.util.ServiceLoader class has a method
load(Class<S> service, ClassLoader loader)


AxisService myService = 
messageContext.getAxisConfiguration().getAxisService("serviceName"); 
AxisService myService = msgCtx.getAxisService();
ClassLoader clsLoader = myService.getServiceClassLoader();
Then I will invoke like this:
ServiceLoader.load(service,clsLoader)


_

---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscr...@axis.apache.org
For additional commands, e-mail: java-user-h...@axis.apache.org

Reply via email to