I know the interface of the .class file
lets say Boolean xy(); is the only method.
I want to execute the method of an unknown .class file which implements that interface on my server.
The Method should be able to call some Methods of my classes.
How can i be assured or test that no dangerous stuff is executed in the method?