org.mule.module.atom.event
Class EntryReceiver

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

public class EntryReceiver
extends Object


Constructor Summary
EntryReceiver()
           
 
Method Summary
 int getCount()
           
 AtomicInteger getReceivedEntries()
           
 void processEntry(org.apache.abdera.model.Entry entry, 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

EntryReceiver

public EntryReceiver()
Method Detail

processEntry

public void processEntry(@Payload
                         org.apache.abdera.model.Entry entry,
                         @Expr(value="#[header:invocation:feed.object]")
                         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.