Uses of Interface
org.apache.camel.builder.endpoint.dsl.RestEndpointBuilderFactory.RestEndpointProducerBuilder
Packages that use RestEndpointBuilderFactory.RestEndpointProducerBuilder
-
Uses of RestEndpointBuilderFactory.RestEndpointProducerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of RestEndpointBuilderFactory.RestEndpointProducerBuilder in org.apache.camel.builder.endpoint.dslModifier and TypeInterfaceDescriptionstatic interfaceBuilder for endpoint for the REST component.Methods in org.apache.camel.builder.endpoint.dsl that return RestEndpointBuilderFactory.RestEndpointProducerBuilderModifier and TypeMethodDescriptionThe openapi api doc resource to use.RestEndpointBuilderFactory.AdvancedRestEndpointProducerBuilder.basic()RestEndpointBuilderFactory.RestEndpointProducerBuilder.bindingMode(String bindingMode) Configures the binding mode for the producer.RestEndpointBuilderFactory.RestEndpointProducerBuilder.bindingMode(org.apache.camel.spi.RestConfiguration.RestBindingMode bindingMode) Configures the binding mode for the producer.Media type such as: 'text/xml', or 'application/json' this REST service accepts.Host and port of HTTP service to use (override host in openapi schema).To declare the incoming POJO binding type as a FQN class name.To declare the outgoing POJO binding type as a FQN class name.RestEndpointBuilderFactory.RestEndpointProducerBuilder.producerComponentName(String producerComponentName) The Camel Rest component to use for the producer REST transport, such as http, undertow.Media type such as: 'text/xml', or 'application/json' this REST service returns.RestEndpointBuilderFactory.RestEndpointProducerBuilder.queryParameters(String queryParameters) Query parameters for the HTTP service to call.Name of the route this REST services creates.