(UNMARSHALLABLE_METHODNAME, UNMARSHALLABLE_SIGNATURE, cf,
Constants.ACC_PUBLIC, 0, clas.getClassFile().getName(),
1, UNMARSHALLER_INTERFACE);
// create call to unmarshalling context method with class name
mb.loadContext();
mb.appendLoadConstant(cf.getName());
mb.appendCallInterface(GETUNMARSHALLER_METHOD,
GETUNMARSHALLER_SIGNATURE);
// call the returned unmarshaller with this object and the unmarshalling