Interface AS2EndpointBuilderFactory.AS2Builders

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

public static interface AS2EndpointBuilderFactory.AS2Builders
  • Method Details

    • as2

      AS2 (camel-as2) Transfer data securely and reliably using the AS2 protocol (RFC4130). Category: file Since: 2.22 Maven coordinates: org.apache.camel:camel-as2 Syntax: as2:apiName/methodName Path parameter: apiName (required) What kind of operation to perform There are 2 enums and the value can be one of: CLIENT, SERVER Path parameter: methodName (required) What sub operation to use for the selected operation
      Parameters:
      path - apiName/methodName
      Returns:
      the dsl builder
    • as2

      default AS2EndpointBuilderFactory.AS2EndpointBuilder as2(String componentName, String path)
      AS2 (camel-as2) Transfer data securely and reliably using the AS2 protocol (RFC4130). Category: file Since: 2.22 Maven coordinates: org.apache.camel:camel-as2 Syntax: as2:apiName/methodName Path parameter: apiName (required) What kind of operation to perform There are 2 enums and the value can be one of: CLIENT, SERVER Path parameter: methodName (required) What sub operation to use for the selected operation
      Parameters:
      componentName - to use a custom component name for the endpoint instead of the default name
      path - apiName/methodName
      Returns:
      the dsl builder