Uses of Interface
org.apache.camel.builder.component.dsl.RestEndpointComponentBuilderFactory.RestEndpointComponentBuilder
Packages that use RestEndpointComponentBuilderFactory.RestEndpointComponentBuilder
-
Uses of RestEndpointComponentBuilderFactory.RestEndpointComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return RestEndpointComponentBuilderFactory.RestEndpointComponentBuilderModifier and TypeMethodDescriptionComponentsBuilderFactory.restEndpoint()REST (camel-rest) Expose REST services or call external REST services. -
Uses of RestEndpointComponentBuilderFactory.RestEndpointComponentBuilder in org.apache.camel.builder.component.dsl
Classes in org.apache.camel.builder.component.dsl that implement RestEndpointComponentBuilderFactory.RestEndpointComponentBuilderModifier and TypeClassDescriptionstatic classMethods in org.apache.camel.builder.component.dsl that return RestEndpointComponentBuilderFactory.RestEndpointComponentBuilderModifier and TypeMethodDescriptionThe swagger api doc resource to use.RestEndpointComponentBuilderFactory.RestEndpointComponentBuilder.autowiredEnabled(boolean autowiredEnabled) Whether autowiring is enabled.RestEndpointComponentBuilderFactory.RestEndpointComponentBuilder.bridgeErrorHandler(boolean bridgeErrorHandler) Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler.RestEndpointComponentBuilderFactory.RestEndpointComponentBuilder.consumerComponentName(String consumerComponentName) The Camel Rest component to use for the consumer REST transport, such as jetty, servlet, undertow.Host and port of HTTP service to use (override host in swagger schema).RestEndpointComponentBuilderFactory.RestEndpointComponentBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).RestEndpointComponentBuilderFactory.RestEndpointComponentBuilder.producerComponentName(String producerComponentName) The Camel Rest component to use for the producer REST transport, such as http, undertow.RestEndpointComponentBuilderFactory.restEndpoint()REST (camel-rest) Expose REST services or call external REST services.