Package org.b3log.solo.jsonrpc.impl

Examples of org.b3log.solo.jsonrpc.impl.FileService


            final CommentService commentService = CommentService.getInstance();
            JSONRPCBridge.getGlobalBridge().registerObject(commentService.
                    getServiceObjectName(), commentService);

            final FileService fileService = FileService.getInstance();
            JSONRPCBridge.getGlobalBridge().registerObject(fileService.
                    getServiceObjectName(), fileService);

            final LinkService linkService = LinkService.getInstance();
            JSONRPCBridge.getGlobalBridge().registerObject(linkService.
                    getServiceObjectName(), linkService);
View Full Code Here

TOP

Related Classes of org.b3log.solo.jsonrpc.impl.FileService

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.