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