Interface OAIPMHEndpointBuilderFactory.OAIPMHBuilders

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

public static interface OAIPMHEndpointBuilderFactory.OAIPMHBuilders
  • Method Summary

    Modifier and Type
    Method
    Description
    OAI-PMH (camel-oaipmh) Harvest metadata using OAI-PMH protocol Category: search Since: 3.5 Maven coordinates: org.apache.camel:camel-oaipmh
    oaipmh(String path)
    OAI-PMH (camel-oaipmh) Harvest metadata using OAI-PMH protocol Category: search Since: 3.5 Maven coordinates: org.apache.camel:camel-oaipmh Syntax: oaipmh:baseUrl Path parameter: baseUrl (required) Base URL of the repository to which the request is made through the OAI-PMH protocol
    oaipmh(String componentName, String path)
    OAI-PMH (camel-oaipmh) Harvest metadata using OAI-PMH protocol Category: search Since: 3.5 Maven coordinates: org.apache.camel:camel-oaipmh Syntax: oaipmh:baseUrl Path parameter: baseUrl (required) Base URL of the repository to which the request is made through the OAI-PMH protocol
  • Method Details

    • oaipmh

      OAI-PMH (camel-oaipmh) Harvest metadata using OAI-PMH protocol Category: search Since: 3.5 Maven coordinates: org.apache.camel:camel-oaipmh
      Returns:
      the dsl builder for the headers' name.
    • oaipmh

      OAI-PMH (camel-oaipmh) Harvest metadata using OAI-PMH protocol Category: search Since: 3.5 Maven coordinates: org.apache.camel:camel-oaipmh Syntax: oaipmh:baseUrl Path parameter: baseUrl (required) Base URL of the repository to which the request is made through the OAI-PMH protocol
      Parameters:
      path - baseUrl
      Returns:
      the dsl builder
    • oaipmh

      default OAIPMHEndpointBuilderFactory.OAIPMHEndpointBuilder oaipmh(String componentName, String path)
      OAI-PMH (camel-oaipmh) Harvest metadata using OAI-PMH protocol Category: search Since: 3.5 Maven coordinates: org.apache.camel:camel-oaipmh Syntax: oaipmh:baseUrl Path parameter: baseUrl (required) Base URL of the repository to which the request is made through the OAI-PMH protocol
      Parameters:
      componentName - to use a custom component name for the endpoint instead of the default name
      path - baseUrl
      Returns:
      the dsl builder