Another question:

I am calling ElementInfo.hasInputs(), but it does not
seem to detect inputs in all cases.

I doubt that, since this is the code that is used by RIFE itself.

Is it possible that if an Element's implementation is a
_subclass_ of a class which calls Element.getInput("fubar"),
then the input "fubar" is not detected for the ElementInfo
of this subclass ?

Of course, inputs are declared in the element declaration, they have nothing to do with the element's implementation. So Java subclasses are totally unrelated to it and inheritance will not let you inherit input declarations.

--
Geert Bevin                       Uwyn bvba
"Use what you need"               Avenue de Scailmont 34
http://www.uwyn.com               7170 Manage, Belgium
gbevin[remove] at uwyn dot com    Tel +32 64 84 80 03

PGP Fingerprint : 4E21 6399 CD9E A384 6619  719A C8F4 D40D 309F D6A9
Public PGP key  : available at servers pgp.mit.edu, wwwkeys.pgp.net


_______________________________________________
Rife-users mailing list
[email protected]
http://www.uwyn.com/mailman/listinfo/rife-users

Reply via email to