Package org.jboss.as.ee.component

Examples of org.jboss.as.ee.component.ViewBindingInjectionSource


        // log the jndi bindings
        logger.info(jndiBindingsLogMessage);
    }

    private void registerBinding(final ViewDescription viewDescription, final String jndiName) {
        final InjectionSource moduleBindingSource = new ViewBindingInjectionSource(viewDescription.getServiceName());
        final BindingConfiguration moduleBinding = new BindingConfiguration(jndiName, moduleBindingSource);
        addBindingConfiguration(viewDescription, moduleBinding);
    }
View Full Code Here

TOP

Related Classes of org.jboss.as.ee.component.ViewBindingInjectionSource

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.