org.mule.module.atom.endpoint
Class AtomInboundEndpoint
java.lang.Object
org.mule.endpoint.AbstractEndpoint
org.mule.endpoint.DefaultInboundEndpoint
org.mule.module.atom.endpoint.AtomInboundEndpoint
- All Implemented Interfaces:
- java.io.Serializable, FlowConstructAware, ImmutableEndpoint, InboundEndpoint, Disposable, Startable, Stoppable, MessageSource, MessageRequesting
public class AtomInboundEndpoint
- extends DefaultInboundEndpoint
An ATOM endpoint is used for polling an ATOM feed and processing the feed entries
- See Also:
- Serialized Form
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 class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
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 |
AtomInboundEndpoint
public AtomInboundEndpoint(boolean splitFeed,
java.util.Date lastUpdate,
InboundEndpoint ie)
isSplitFeed
public boolean isSplitFeed()
getLastUpdate
public java.util.Date getLastUpdate()
isProtocolSupported
public boolean isProtocolSupported(java.lang.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.