|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mule.endpoint.AbstractEndpoint
org.mule.endpoint.DefaultInboundEndpoint
org.mule.module.rss.endpoint.RssInboundEndpoint
public class RssInboundEndpoint
TODO
Field Summary |
---|
Fields inherited from class org.mule.endpoint.AbstractEndpoint |
---|
logger, retryPolicyTemplate |
Fields inherited from interface org.mule.api.endpoint.ImmutableEndpoint |
---|
INITIAL_STATE_STARTED, INITIAL_STATE_STOPPED |
Fields inherited from interface org.mule.api.transport.MessageRequesting |
---|
REQUEST_NO_WAIT, REQUEST_WAIT_INDEFINITELY |
Fields inherited from interface org.mule.api.lifecycle.Startable |
---|
PHASE_NAME |
Fields inherited from interface org.mule.api.lifecycle.Stoppable |
---|
PHASE_NAME |
Fields inherited from interface org.mule.api.lifecycle.Disposable |
---|
PHASE_NAME |
Constructor Summary | |
---|---|
RssInboundEndpoint(boolean splitFeed,
java.util.Date lastUpdate,
InboundEndpoint ie)
|
Method Summary | |
---|---|
java.util.Date |
getLastUpdate()
|
boolean |
isProtocolSupported(java.lang.String protocol)
|
boolean |
isSplitFeed()
|
boolean |
onMessage(MuleMessage message)
|
Methods inherited from class org.mule.endpoint.DefaultInboundEndpoint |
---|
createMessageProcessorChain, dispose, getExceptionListener, hashCode, request, setExceptionListener, setFlowConstruct, setListener, start, stop |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public RssInboundEndpoint(boolean splitFeed, java.util.Date lastUpdate, InboundEndpoint ie)
Method Detail |
---|
public boolean isSplitFeed()
public java.util.Date getLastUpdate()
public boolean isProtocolSupported(java.lang.String protocol)
isProtocolSupported
in interface ImmutableEndpoint
isProtocolSupported
in class AbstractEndpoint
public boolean onMessage(MuleMessage message) throws MuleException
MuleException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |