Interface NetWeaverEndpointBuilderFactory.NetWeaverBuilders

    • Method Detail

      • sapNetweaver

        default NetWeaverEndpointBuilderFactory.NetWeaverEndpointBuilder sapNetweaver​(String path)
        SAP NetWeaver (camel-sap-netweaver) Send requests to SAP NetWeaver Gateway using HTTP. Category: sap,cloud,api Since: 2.12 Maven coordinates: org.apache.camel:camel-sap-netweaver Syntax: sap-netweaver:url Path parameter: url (required) Url to the SAP net-weaver gateway server.
        Parameters:
        path - url
        Returns:
        the dsl builder
      • sapNetweaver

        default NetWeaverEndpointBuilderFactory.NetWeaverEndpointBuilder sapNetweaver​(String componentName,
                                                                                      String path)
        SAP NetWeaver (camel-sap-netweaver) Send requests to SAP NetWeaver Gateway using HTTP. Category: sap,cloud,api Since: 2.12 Maven coordinates: org.apache.camel:camel-sap-netweaver Syntax: sap-netweaver:url Path parameter: url (required) Url to the SAP net-weaver gateway server.
        Parameters:
        componentName - to use a custom component name for the endpoint instead of the default name
        path - url
        Returns:
        the dsl builder