binding.anyOut(value);
} catch (java.rmi.RemoteException re) {
throw new junit.framework.AssertionFailedError("anyOut Exception caught: " + re );
}
try {
java.lang.Object value = binding.anyReturn();
} catch (java.rmi.RemoteException re) {
throw new junit.framework.AssertionFailedError("Remote Exception caught: " + re );
}
Cat cat = new Cat();
cat.setPurr("meow");