org.deltava.service.rss
Class BlogSyndicationService

java.lang.Object
  extended by org.deltava.service.WebService
      extended by org.deltava.service.rss.BlogSyndicationService

public class BlogSyndicationService
extends WebService

A Web Service to create a blog RSS data feed.

Since:
1.0
Version:
2.3
Author:
Luke

Constructor Summary
BlogSyndicationService()
           
 
Method Summary
 int execute(ServiceContext ctx)
          Executes the Web Service, returning an RSS data stream.
 
Methods inherited from class org.deltava.service.WebService
error, error, error, getCount, isLogged, isSecure
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BlogSyndicationService

public BlogSyndicationService()
Method Detail

execute

public int execute(ServiceContext ctx)
            throws ServiceException
Executes the Web Service, returning an RSS data stream.

Specified by:
execute in class WebService
Parameters:
ctx - the Web Service context
Returns:
the HTTP status code
Throws:
ServiceException - if an error occurs


Copyright © 2004-2009 Global Virtual Airlines Group. All Rights Reserved.