Interface RssEndpointBuilderFactory.RssBuilders

All Known Subinterfaces:
EndpointBuilderFactory
All Known Implementing Classes:
EndpointRouteBuilder, EndpointRouteConfigurationBuilder
Enclosing interface:
RssEndpointBuilderFactory

public static interface RssEndpointBuilderFactory.RssBuilders
  • Method Details

    • rss

      RSS (camel-rss) Poll RSS feeds. Category: document Since: 2.0 Maven coordinates: org.apache.camel:camel-rss
      Returns:
      the dsl builder for the headers' name.
    • rss

      RSS (camel-rss) Poll RSS feeds. Category: document Since: 2.0 Maven coordinates: org.apache.camel:camel-rss Syntax: rss:feedUri Path parameter: feedUri (required) The URI to the feed to poll.
      Parameters:
      path - feedUri
      Returns:
      the dsl builder
    • rss

      default RssEndpointBuilderFactory.RssEndpointBuilder rss(String componentName, String path)
      RSS (camel-rss) Poll RSS feeds. Category: document Since: 2.0 Maven coordinates: org.apache.camel:camel-rss Syntax: rss:feedUri Path parameter: feedUri (required) The URI to the feed to poll.
      Parameters:
      componentName - to use a custom component name for the endpoint instead of the default name
      path - feedUri
      Returns:
      the dsl builder