Package org.impalaframework.spring.service.registry.config

Examples of org.impalaframework.spring.service.registry.config.ServiceRegistryPostProcessor.postProcessAfterInitialization()


        postProcessor.postProcessBeforeInitialization(testAware, null);
        postProcessor.postProcessBeforeInitialization(proxyFactoryCreatorAware, null);
        assertSame(registry, testAware.getServiceRegistry());
        assertSame(proxyFactoryCreator, proxyFactoryCreatorAware.getProxyFactoryCreator());
       
        assertSame(testAware, postProcessor.postProcessAfterInitialization(testAware, null));
    }
}

class TestRegistryAware implements ServiceRegistryAware {
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.