Uses of Interface
org.apache.camel.builder.endpoint.dsl.RestEndpointBuilderFactory.RestEndpointConsumerBuilder
Packages that use RestEndpointBuilderFactory.RestEndpointConsumerBuilder
-
Uses of RestEndpointBuilderFactory.RestEndpointConsumerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of RestEndpointBuilderFactory.RestEndpointConsumerBuilder 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.RestEndpointConsumerBuilderModifier and TypeMethodDescriptionRestEndpointBuilderFactory.AdvancedRestEndpointConsumerBuilder.basic()RestEndpointBuilderFactory.RestEndpointConsumerBuilder.consumerComponentName(String consumerComponentName) The Camel Rest component to use for the consumer REST transport, such as jetty, servlet, undertow.Media type such as: 'text/xml', or 'application/json' this REST service accepts.RestEndpointBuilderFactory.RestEndpointConsumerBuilder.description(String description) Human description to document this REST service.To declare the incoming POJO binding type as a FQN class name.To declare the outgoing POJO binding type as a FQN class name.Media type such as: 'text/xml', or 'application/json' this REST service returns.Name of the route this REST services creates.