public interface  org.apache.camel.PollingConsumer extends java.lang.Object implements org.apache.camel.Consumer
{
public abstract org.apache.camel.Exchange receive();
public abstract org.apache.camel.Exchange receiveNoWait();
public abstract org.apache.camel.Exchange receive(long);
}