Package net.sourceforge.pebble.webservice

Examples of net.sourceforge.pebble.webservice.MetaWeblogAPIHandler


      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);

      PebbleAPIHandler pebbleApi = (PebbleAPIHandler)ctx.getBean("pebbleApiHandler");
      xmlrpc.addHandler("pebble", pebbleApi);
View Full Code Here

TOP

Related Classes of net.sourceforge.pebble.webservice.MetaWeblogAPIHandler

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.