Uses of Class
org.apache.camel.spi.RestConfiguration
-
Packages that use RestConfiguration Package Description org.apache.camel The core Camel API.org.apache.camel.spi 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 RestConfiguration Modifier and Type Method Description RestConfigurationCamelContext. getRestConfiguration()Gets the default REST configurationMethods in org.apache.camel with parameters of type RestConfiguration Modifier and Type Method Description voidCamelContext. setRestConfiguration(RestConfiguration restConfiguration)Sets a customRestConfiguration -
Uses of RestConfiguration in org.apache.camel.spi
Methods in org.apache.camel.spi with parameters of type RestConfiguration Modifier and Type Method Description ConsumerRestApiConsumerFactory. 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 servicesProcessorRestApiProcessorFactory. createApiProcessor(CamelContext camelContext, String contextPath, RestConfiguration configuration, Map<String,Object> parameters)Creates a new REST API Processor , which provides API listing of the REST servicesConsumerRestConsumerFactory. 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 processorProducerRestProducerFactory. 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
-