"Savas Parastatidis" <Savas.Parastatidis@newcastle.ac.uk> writes: > should have used the IDL specification instead of C++. IDL is used to > describe OO interfaces and not to define the behavioural semantics of a > component model. It is my understanding that WSDL is used to define the In IDL if one says: interface foo { attribute string x; } That means the generated language interface will have methods getx() and setx(.). Thus, IDL does tell you precisely what methods are available to access the state. Sanjiva.Received on Tuesday, 17 June 2003 03:00:24 UTC
This archive was generated by hypermail 2.4.0 : Friday, 17 January 2020 19:32:54 UTC