Package com.sun.enterprise.repository

Examples of com.sun.enterprise.repository.IASJ2EEResourceFactoryImpl


    public static J2EEResourceFactory getJ2EEResourceFactory() {
        /*   IASRI #4626188
        return new J2EEResourceFactoryImpl();
         */
        // START OF IASRI #4626188
        return new IASJ2EEResourceFactoryImpl();
        // END OF IASRI #4626188
    }
View Full Code Here

TOP

Related Classes of com.sun.enterprise.repository.IASJ2EEResourceFactoryImpl

Copyright © 2018 www.massapicom. 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.