re: creating wsdl from java when using abstract classes

2002-06-14 Thread James Black
Hello, I have an abstract class called AbstractCommon that has an attribute called jceProvider that it has setters and getters for. I have another class, Location, that extends AbstractCommon. In the wsdl file element name=jceProvider ... exists in the declaration for both AbstractCommon

re: creating wsdl from java when using abstract classes

2002-06-14 Thread scheu
] [EMAIL PROTECTED] cc: Subject:re: creating wsdl from java when using abstract classes Hello, I have an abstract class called AbstractCommon that has an attribute called jceProvider that it has setters and getters for. I have another class, Location, that extends