Package org.apache.xbean.spring.context

Examples of org.apache.xbean.spring.context.ClassPathXmlApplicationContext.destroy()


        log.info("Destroying ServiceMix JBI installer from XML [" + archive
                + "]");
        ClassPathXmlApplicationContext context = (ClassPathXmlApplicationContext) containerMap
                .get(archive);
        if (context != null)
            context.destroy();
        else
            log.warn("Unable to find deployed JBI container for XML ["
                    + archive + "]");
    }
   
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.