RE: Generating wsdl for interfaces

2004-07-29 Thread Bill Werth
Title: Message If you are going to trick java2wsdl into using the State class, then you might as well return a State object from getState(), since that kinda defeats the purpose of returning an interface in the first place, right? I see alot of questions on this list where someone is

RE: Generating wsdl for interfaces

2004-07-29 Thread Oleg Lebedev
Title: Message If you are going to trick java2wsdl into using the State class, then you might as well return a State object from getState(),sincethat kinda defeats the purpose of returning an interface in the first place, right?Not true, because this interface is used in other

RE: Generating wsdl for interfaces

2004-07-29 Thread Rick Badertscher
an adapter, or transformation logic, to allow the interface types to transform between one another. -Original Message- From: Oleg Lebedev [mailto:[EMAIL PROTECTED] Sent: Thursday, July 29, 2004 1:28 PM To: [EMAIL PROTECTED] Subject: RE: Generating wsdl for interfaces

RE: Generating wsdl for interfaces

2004-07-29 Thread Bill Werth
general terms too. -Original Message-From: Oleg Lebedev [mailto:[EMAIL PROTECTED]Sent: Thursday, July 29, 2004 1:28 PMTo: [EMAIL PROTECTED]Subject: RE: Generating wsdl for interfaces If you are going to trick java2wsdl into using the State class, then you