Uses of Interface
org.apache.camel.builder.endpoint.dsl.RestApiEndpointBuilderFactory.RestApiEndpointBuilder
Packages that use RestApiEndpointBuilderFactory.RestApiEndpointBuilder
-
Uses of RestApiEndpointBuilderFactory.RestApiEndpointBuilder in org.apache.camel.builder.endpoint
Methods in org.apache.camel.builder.endpoint that return RestApiEndpointBuilderFactory.RestApiEndpointBuilderModifier and TypeMethodDescriptionREST API (camel-rest) Expose OpenAPI Specification of the REST services defined using Camel REST DSL.REST API (camel-rest) Expose OpenAPI Specification of the REST services defined using Camel REST DSL. -
Uses of RestApiEndpointBuilderFactory.RestApiEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return RestApiEndpointBuilderFactory.RestApiEndpointBuilderModifier and TypeMethodDescriptionRestApiEndpointBuilderFactory.RestApiEndpointBuilder.apiComponentName(String apiComponentName) The Camel Rest API component to use for generating the API of the REST services, such as openapi.RestApiEndpointBuilderFactory.AdvancedRestApiEndpointBuilder.basic()RestApiEndpointBuilderFactory.RestApiEndpointBuilder.consumerComponentName(String consumerComponentName) The Camel Rest component to use for the consumer REST transport, such as jetty, servlet, undertow.RestApiEndpointBuilderFactory.endpointBuilder(String componentName, String path) REST API (camel-rest) Expose OpenAPI Specification of the REST services defined using Camel REST DSL.REST API (camel-rest) Expose OpenAPI Specification of the REST services defined using Camel REST DSL.