Uses of Class
org.apache.camel.spi.RestConfiguration
Package
Description
The core Camel API.
Service Provider Interfaces used by the Camel runtime which are plugin strategies.
-
Uses of RestConfiguration in org.apache.camel
Modifier and TypeMethodDescriptionCamelContext.getRestConfiguration()
Gets the default REST configurationModifier and TypeMethodDescriptionvoid
CamelContext.setRestConfiguration
(RestConfiguration restConfiguration) Sets a customRestConfiguration
-
Uses of RestConfiguration in org.apache.camel.spi
Modifier and TypeMethodDescriptionRestApiConsumerFactory.createApiConsumer
(CamelContext camelContext, Processor processor, String contextPath, RestConfiguration configuration, Map<String, Object> parameters) Creates a new REST API Event Driven Consumer, which provides API listing of the REST servicesRestApiProcessorFactory.createApiProcessor
(CamelContext camelContext, String contextPath, RestConfiguration configuration, Map<String, Object> parameters) Creates a new REST API Processor , which provides API listing of the REST servicesRestConsumerFactory.createConsumer
(CamelContext camelContext, Processor processor, String verb, String basePath, String uriTemplate, String consumes, String produces, RestConfiguration configuration, Map<String, Object> parameters) Creates a new REST Event Driven Consumer, which consumes messages from the endpoint using the given processorRestProducerFactory.createProducer
(CamelContext camelContext, String host, String verb, String basePath, String uriTemplate, String queryParameters, String consumes, String produces, RestConfiguration configuration, Map<String, Object> parameters) Creates a new REST producer.void
RestBindingJaxbDataFormatFactory.setupJaxb
(CamelContext camelContext, RestConfiguration config, String type, Class<?> typeClass, String outType, Class<?> outTypeClass, DataFormat jaxb, DataFormat outJaxb) Setup XML data format