Hi,
    I 'm working on a project and I have encountered a problem. "I have
to call a method of a class."
    It seems quite simple till here. However the name of the class and
the method will be known at run-time.
    They will be retrieved from a database as Strings. The communication
beween the classes is handled by CORBA.
    The Reflection and Introspection APIs aren't suitable here because I
don't even know the name of the class at
    deployment time in order to get a reflection of the constructors,
methods and Fields. My actual question is
    "Can I call a method whose name is stored in a String? If Yes HOW?"

    Thanks in advance

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to