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 {
fixedAnyConstructor = c.getConstructor(ORB.class, Any.class);
} catch (Exception e) {