refl = (XIdlReflection) UnoRuntime.queryInterface(
XIdlReflection.class,
context.getServiceManager().createInstanceWithContext(
"com.sun.star.reflection.CoreReflection", context));
} catch (com.sun.star.uno.Exception e) {
throw new DeploymentException(
("component context fails to supply service"
+ " com.sun.star.reflection.CoreReflection: "
+ e.getMessage()),
context);
}