Re: abstract class and heritage

2002-03-20 Thread Mark Childerson
You have to make a custom serializer/deserializer which sends, along with the data, the identity of the concrete class you want to instantiate. M. At 05:42 PM 3/20/02 +0100, you wrote: >Hello, > >is it possible to use abstract class or heritage with Soap ? >I have a abstract class Contrat and

Re: abstract class and heritage

2002-03-20 Thread Scott Nichol
ers (E-mail)" <[EMAIL PROTECTED]> Sent: Wednesday, March 20, 2002 11:42 AM Subject: abstract class and heritage Hello, is it possible to use abstract class or heritage with Soap ? I have a abstract class Contrat and 2 subclasses Contrat1 and Contrat2 (extends Contrat) i would li

abstract class and heritage

2002-03-20 Thread DE STEUR Véronique (NORSYS)
Hello, is it possible to use abstract class or heritage with Soap ? I have a abstract class Contrat and 2 subclasses Contrat1 and Contrat2 (extends Contrat) i would like to call a method which return Contrat and a methode with a Contrat in parameter. is it possible ? and how ? the problem is whe