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: [email protected]
For additional commands, e-mail: [email protected]