Package org.springframework.osgi.service.exporter.support

Examples of org.springframework.osgi.service.exporter.support.OsgiServiceFactoryBean.afterPropertiesSet()


    exporter.setInterfaces(interfaces);
    exporter.setListeners(listeners);
    exporter.setTarget(bean);

    try {
      exporter.afterPropertiesSet();
    }
    catch (Exception ex) {
      throw new BeanCreationException("Cannot publish bean for pid " + beanName, ex);
    }
    return exporter;
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.