Hi All;
I'm creating my classes with axis2 wsdl2java tool. But teh resultant classes
are hard to read. It adds the class package name before every element. Is there
any option to stop them. Or do you have any way to get rid of them quickly.
As an example:
private staticjava.lang.String generatePrefix(java.lang.String
namespace) {
if(namespace.equals("urn:cs.com.tr/banking")){
return "";
}
return
org.apache.axis2.databinding.utils.BeanUtil.getUniquePrefix();
}
I do not want to see java.lang.String in front of generatePrefix method.
Yours.
Ibrahim DEMIR
CyberSoft Yazilim Muh.
http://www.ibrahimdemir.org