Package org.jboss.as.weld.deployment

Examples of org.jboss.as.weld.deployment.SessionObjectReferenceImpl


        this.bindings = bindings;
    }

    @Override
    public SessionObjectReference resolveEjb(EjbDescriptor<?> ejbDescriptor) {
        return new SessionObjectReferenceImpl((EjbDescriptorImpl<?>) ejbDescriptor,serviceRegistry);
    }
View Full Code Here

TOP

Related Classes of org.jboss.as.weld.deployment.SessionObjectReferenceImpl

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.