| new ByteWrapperArrayHolder(new Byte[]{new Byte((byte) 15)}));
} catch (java.rmi.RemoteException re) {
throw new junit.framework.AssertionFailedError("Remote Exception caught: " + re );
}
try {
binding.allPrimitivesOut(
new StringHolder(),
new BigIntegerHolder(),
new IntHolder(),
new LongHolder(),
new ShortHolder(),
|