Examples of BlogSyncService


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
Copyright © 2018 www.massapi.com. 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.