Hi,
As I'm playing with meta, I was thinking on how it would possible to declare a method of a component "remote accessible" (such as webservice or altrmi).
we could have something like
class MyComponent ...
{
/**
* avalon.register.type=org.component.WebService
*/
public void myMethod( ... ){}
}having the WebService component in charge of registring the myMethod of MyComponent as a webservice.
WDYT?
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
