Re: Does Axis support polymorphism?

2005-06-21 Thread Anne Thomas Manes
gt; > -Original Message- > From: Anne Thomas Manes [mailto:[EMAIL PROTECTED] > Sent: Tuesday, 21 June 2005 6:28 AM > To: axis-user@ws.apache.org > Subject: Re: Does Axis support polymorphism? > > Avoid polymorphism and abstract types. Flatten your objects. >

RE: Does Axis support polymorphism?

2005-06-20 Thread Steven Smith
ilto:[EMAIL PROTECTED] Sent: Tuesday, 21 June 2005 6:28 AM To: axis-user@ws.apache.org Subject: Re: Does Axis support polymorphism? Avoid polymorphism and abstract types. Flatten your objects. Anne On 6/20/05, Amihai Fuks <[EMAIL PROTECTED]> wrote: > Hi, > > I am new to Axis (and SOAP

RE: Does Axis support polymorphism?

2005-06-20 Thread Steven Smith
dy Bay, TAS 7006, Australia -Original Message- From: Amihai Fuks [mailto:[EMAIL PROTECTED] Sent: Monday, 20 June 2005 6:51 PM To: axis-user@ws.apache.org Subject: Does Axis support polymorphism? Hi, I am new to Axis (and SOAP in general...). Does Axis support polymorph

Re: Does Axis support polymorphism?

2005-06-20 Thread Anne Thomas Manes
Avoid polymorphism and abstract types. Flatten your objects. Anne On 6/20/05, Amihai Fuks <[EMAIL PROTECTED]> wrote: > Hi, > > I am new to Axis (and SOAP in general...). Does Axis support > polymorphism in the service's methods? I'll give an example: is it a > g

Does Axis support polymorphism?

2005-06-20 Thread Amihai Fuks
Hi, I am new to Axis (and SOAP in general...). Does Axis support polymorphism in the service's methods? I'll give an example: is it a good practice to expose a method like: public void addShape(Shape shape); Where Shape is an abstract type and there are several implementations fo