org.mule.module.rss.endpoint
Class RssInboundEndpoint
java.lang.Object
org.mule.endpoint.AbstractEndpoint
org.mule.endpoint.DefaultInboundEndpoint
org.mule.module.rss.endpoint.RssInboundEndpoint
- All Implemented Interfaces:
- Serializable, FlowConstructAware, ImmutableEndpoint, InboundEndpoint, Disposable, Startable, Stoppable, MessageSource, MessageRequesting
public class RssInboundEndpoint
- extends DefaultInboundEndpoint
TODO
- See Also:
- Serialized Form
Methods inherited from class org.mule.endpoint.DefaultInboundEndpoint |
createMessageProcessorChain, dispose, getExceptionListener, getPolledMessageProcessor, hashCode, request, setExceptionListener, setFlowConstruct, setListener, start, stop |
Methods inherited from class org.mule.endpoint.AbstractEndpoint |
equal, equals, getAddress, getConnector, getEncoding, getEndpointBuilderName, getEndpointURI, getExchangePattern, getFilter, getInitialState, getMessageProcessorChain, getMessageProcessors, getMessageProcessorsFactory, getMimeType, getMuleContext, getName, getProperties, getProperty, getProtocol, getResponseMessageProcessors, getResponseTimeout, getResponseTransformers, getRetryPolicyTemplate, getSecurityFilter, getTransactionConfig, getTransformers, isDeleteUnacceptedMessages, isDisableTransportTransformer, isReadOnly, toString |
Methods inherited from interface org.mule.api.endpoint.ImmutableEndpoint |
getAddress, getConnector, getEncoding, getEndpointBuilderName, getEndpointURI, getExchangePattern, getFilter, getInitialState, getMessageProcessors, getMessageProcessorsFactory, getMimeType, getMuleContext, getName, getProperties, getProperty, getProtocol, getResponseMessageProcessors, getResponseTimeout, getResponseTransformers, getRetryPolicyTemplate, getSecurityFilter, getTransactionConfig, getTransformers, isDeleteUnacceptedMessages, isDisableTransportTransformer, isReadOnly |
RssInboundEndpoint
public RssInboundEndpoint(boolean splitFeed,
Date lastUpdate,
InboundEndpoint ie)
isSplitFeed
public boolean isSplitFeed()
getLastUpdate
public Date getLastUpdate()
isProtocolSupported
public boolean isProtocolSupported(String protocol)
- Specified by:
isProtocolSupported
in interface ImmutableEndpoint
- Overrides:
isProtocolSupported
in class AbstractEndpoint
onMessage
public boolean onMessage(MuleMessage message)
throws MuleException
- Throws:
MuleException
Copyright © 2003-2010 MuleSoft, Inc.. All Rights Reserved.