Interface OAIPMHEndpointBuilderFactory.OAIPMHBuilders

    • Method Summary

      All Methods Instance Methods Default Methods 
      Modifier and Type Method Description
      default OAIPMHEndpointBuilderFactory.OAIPMHHeaderNameBuilder oaipmh()
      OAI-PMH (camel-oaipmh) Harvest metadata using OAI-PMH protocol Category: endpoint,webservice,batch Since: 3.5 Maven coordinates: org.apache.camel:camel-oaipmh
      default OAIPMHEndpointBuilderFactory.OAIPMHEndpointBuilder oaipmh​(String path)
      OAI-PMH (camel-oaipmh) Harvest metadata using OAI-PMH protocol Category: endpoint,webservice,batch 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
      default OAIPMHEndpointBuilderFactory.OAIPMHEndpointBuilder oaipmh​(String componentName, String path)
      OAI-PMH (camel-oaipmh) Harvest metadata using OAI-PMH protocol Category: endpoint,webservice,batch 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 Detail

      • oaipmh

        default OAIPMHEndpointBuilderFactory.OAIPMHHeaderNameBuilder oaipmh()
        OAI-PMH (camel-oaipmh) Harvest metadata using OAI-PMH protocol Category: endpoint,webservice,batch Since: 3.5 Maven coordinates: org.apache.camel:camel-oaipmh
        Returns:
        the dsl builder for the headers' name.
      • oaipmh

        default OAIPMHEndpointBuilderFactory.OAIPMHEndpointBuilder oaipmh​(String path)
        OAI-PMH (camel-oaipmh) Harvest metadata using OAI-PMH protocol Category: endpoint,webservice,batch 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: endpoint,webservice,batch 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