Uses of Class
org.apache.camel.spi.RestConfiguration
Packages that use 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
Methods in org.apache.camel that return RestConfigurationModifier and TypeMethodDescriptionCamelContext.getRestConfiguration()Gets the default REST configurationMethods in org.apache.camel with parameters of type RestConfigurationModifier and TypeMethodDescriptionvoidCamelContext.setRestConfiguration(RestConfiguration restConfiguration) Sets a customRestConfiguration -
Uses of RestConfiguration in org.apache.camel.spi
Methods in org.apache.camel.spi with parameters of type RestConfigurationModifier 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.voidRestBindingJaxbDataFormatFactory.setupJaxb(CamelContext camelContext, RestConfiguration config, String type, Class<?> typeClass, String outType, Class<?> outTypeClass, DataFormat jaxb, DataFormat outJaxb) Setup XML data format