this is the default method it generates the code. this has done to
avoid compilation errors. There is no option to change it.

thanks,
Amila.

On 11/18/08, ibrahim demir <[EMAIL PROTECTED]> wrote:
> 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
>
>
>


-- 
Amila Suriarachchi
WSO2 Inc.
blog: http://amilachinthaka.blogspot.com/

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to