Re: Some requirements

"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