Operation declarations

Operations in an IDL interface become component methods when the interface is assigned to a component. Operations are declared as follows:

returnType opName 
( 
[ ... parameterList ... ] 
)
[  raises ( ... exceptionList ... ) ] ;

where: