Examples of BloggerAPIHandler


Examples of net.sourceforge.pebble.webservice.BloggerAPIHandler

    try {
      XmlRpcServer xmlrpc = new XmlRpcServer();
      ApplicationContext ctx = WebApplicationContextUtils.getWebApplicationContext(getServletContext());

      BloggerAPIHandler bloggerApi = (BloggerAPIHandler)ctx.getBean("bloggerApiHandler");
      xmlrpc.addHandler("blogger", bloggerApi);

      MetaWeblogAPIHandler metaweblogApi = (MetaWeblogAPIHandler)ctx.getBean("metaweblogApiHandler");
      xmlrpc.addHandler("metaWeblog", metaweblogApi);
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.