addInsertOverride(helper, cw);
addExtractOverride(helper, cw);
addReadOverride(helper, cw);
addWriteOverride(helper, cw);
cw.visitEnd();
byte[] b = cw.toByteArray();
Class<?> c = helper.loadClass("org.apache.cxf.binding.corba.utils.FixedAnyImpl",
CorbaAnyHelper.class, b);
try {