org.mule.module.atom.event
Class EntryReceiver

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

public class EntryReceiver
extends java.lang.Object


Field Summary
static java.util.concurrent.atomic.AtomicInteger receivedEntries
           
 
Constructor Summary
EntryReceiver()
           
 
Method Summary
 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
 

Field Detail

receivedEntries

public static java.util.concurrent.atomic.AtomicInteger receivedEntries
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 java.lang.Exception
Throws:
java.lang.Exception


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