return extensionMBeanName;
}
public void onInstall() throws JBIException {
if (installContext == null) {
throw new NotInitialisedYetException();
}
DocumentFragment fragment = installContext.getInstallationDescriptorExtension();
// lets load this from Spring...
Map map = applicationContext.getBeansOfType(ActivationSpec.class, false, false);