mv.visitMethodInsn(INVOKEVIRTUAL, this.classAnnotationMetadata.getClassName(), "getEasyBeansInvocationContextFactory", "()Lorg/ow2/easybeans/api/interceptor/EZBInvocationContextFactory;");
Label labelNoInvocationContextFactory = new Label();
mv.visitJumpInsn(IFNULL, labelNoInvocationContextFactory);
// Begin of the try block
mv.visitLabel(tryLabelStart);
mv.visitVarInsn(ALOAD, 0);
// There is an invocation context factory, get it
mv.visitMethodInsn(INVOKEVIRTUAL, this.classAnnotationMetadata.getClassName(), "getEasyBeansInvocationContextFactory", "()Lorg/ow2/easybeans/api/interceptor/EZBInvocationContextFactory;");
mv.visitVarInsn(ALOAD, 0);