Package org.sakaiproject.entitybus

Examples of org.sakaiproject.entitybus.EntityBrokerManager


    @Override
    public EntityRequestHandler initializeEntityRequestHandler() {
        EntityRequestHandler erh;
        try {
            this.entityBrokerCoreServiceManager = new EntityBrokerCoreServiceManager();
            EntityBrokerManager ebm = this.entityBrokerCoreServiceManager.getEntityBrokerManager();

            // create the EB REST services
            this.entityRESTServiceManager = new EntityBrokerRESTServiceManager(ebm);

            erh = this.entityRESTServiceManager.getEntityRequestHandler();
View Full Code Here

TOP

Related Classes of org.sakaiproject.entitybus.EntityBrokerManager

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.