hi, i'm using flex to create an application (client)  that shows the
methods and  parameters that are in a java file, and this file is in
my blazeds server. 

i have a remote object define as:

var ro : RemoteObject = new RemoteObject(); 
ro.destination = entryVO.destinationVar;

i just need to get the methods within this object and show them in
flex.. i thought i could use reflexion (getDefinitionByName and
describeType), but it hadn't worked for me.

any help will be appreaciated.

thanks  

 



Reply via email to