users@jax-rpc.java.net

if I need to extend generated classes...

From: Tevoi Andrea <tevoi_at_CAD.IT>
Date: Tue, 09 Jul 2002 16:32:55 +0200

Hi,

I use xrpcc tool to generate classes from a Wsdl doc.
Now, if I have a class called Input (generated by xrpcc)
and I want it extends another class of my own, what could I do?
Have I to modify it manually or is there something to set
in configuration.xml file?

I mean:

public class INPUT extends CLASS_OF_MY_OWN {...}



thanks in advance,

Andrea Tevoi