You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by Deepal Jayasinghe <de...@opensource.lk> on 2005/06/09 08:31:23 UTC

[Axis2] Need of new constructor to Call class

Hi all;

In the client side if some one want to engage module or modules the only way he can do that through lib jar files , that is there should be lib file with following nature.

/META-INF
 /org/apache.....
/modules/ any axis2 module


But my idea is this is not enough and in the client side it should be able to give a location  (like in the case of server side) and   asked to load modules in that location. 

This can be achieved by given one more constructor to Call class which take client side repository as an argument and then create ConfigurationContext from that.


Any comments .....

Thanks 

Deepal