Re: How to make Axis2 generated codes implement our own interfaces?

2008-05-16 Thread Joe Smithian
Thanks for your comments. Having interfaces would simplify the application I am developing using the generated classes. I have only used the default adb data binding. Joe On Thu, May 15, 2008 at 3:02 PM, Samisa Abeysinghe < [EMAIL PROTECTED]> wrote: > Ajith Ranabahu wrote: > >> >> >>The

Re: How to make Axis2 generated codes implement our own interfaces?

2008-05-15 Thread Samisa Abeysinghe
Ajith Ranabahu wrote: The Java classes generated by wsdl2java from WSDL file implement *org.apache.axis2.databinding.ADBBean*. Is there any way to make them implement our own interfaces? If yes how? No you can not change this. Why want to do so? Well if you care t

Re: How to make Axis2 generated codes implement our own interfaces?

2008-05-14 Thread Ajith Ranabahu
> > > The Java classes generated by wsdl2java from WSDL file implement * >> org.apache.axis2.databinding.ADBBean*. Is there any way to make them >> implement our own interfaces? If yes how? > > No you can not change this. Why want to do so? > Well if you care to go down in to the templates and cus

Re: How to make Axis2 generated codes implement our own interfaces?

2008-05-13 Thread Amila Suriarachchi
On Mon, May 12, 2008 at 11:28 PM, Joe Smithian <[EMAIL PROTECTED]> wrote: > The Java classes generated by wsdl2java from WSDL file implement * > org.apache.axis2.databinding.ADBBean*. Is there any way to make them > implement our own interfaces? If yes how? No you can not change this. Why want to

How to make Axis2 generated codes implement our own interfaces?

2008-05-12 Thread Joe Smithian
The Java classes generated by wsdl2java from WSDL file implement * org.apache.axis2.databinding.ADBBean*. Is there any way to make them implement our own interfaces? If yes how? Wsdl2java has a -ssi option which generate an interface for the service implementation only not for other generated cla