org.mule.module.atom.event
Class FeedReceiver

java.lang.Object
  extended by org.mule.module.atom.event.FeedReceiver

public class FeedReceiver
extends Object


Constructor Summary
FeedReceiver()
           
 
Method Summary
 int getCount()
           
 AtomicInteger getReceivedEntries()
           
 void processFeed(org.apache.abdera.model.Feed feed)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FeedReceiver

public FeedReceiver()
Method Detail

processFeed

public void processFeed(@Payload
                        org.apache.abdera.model.Feed feed)
                 throws Exception
Throws:
Exception

getCount

public int getCount()

getReceivedEntries

public AtomicInteger getReceivedEntries()


Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.