org.apache.abdera.examples.appclient
Class Services

java.lang.Object
  extended by org.apache.abdera.examples.appclient.Services

public class Services
extends Object


Constructor Summary
Services()
           
 
Method Summary
static void postMediaToRoller()
          Posting a Podcast to Roller
static void postToBlogger()
          Posting to Blogger Beta
static void postToCalendar()
          Post to Google Calendar
static void postToRoller()
          Posting to Roller
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Services

public Services()
Method Detail

postToBlogger

public static void postToBlogger()
                          throws Exception
Posting to Blogger Beta

Throws:
Exception

postToRoller

public static void postToRoller()
                         throws Exception
Posting to Roller

Throws:
Exception

postMediaToRoller

public static void postMediaToRoller()
                              throws Exception
Posting a Podcast to Roller

Throws:
Exception

postToCalendar

public static void postToCalendar()
                           throws Exception
Post to Google Calendar

Throws:
Exception


Copyright © 2006-2010 Apache Software Foundation. All Rights Reserved.