Package org.b3log.solo.jsonrpc.impl

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


            final ArticleService articleService = ArticleService.getInstance();
            JSONRPCBridge.getGlobalBridge().registerObject(articleService.
                    getServiceObjectName(), articleService);

            final BlogSyncService blogSyncService =
                    BlogSyncService.getInstance();
            JSONRPCBridge.getGlobalBridge().registerObject(blogSyncService.
                    getServiceObjectName(), blogSyncService);

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

TOP

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

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.