Package org.apache.camel.openapi
Class OpenApiRestProducerFactory
- java.lang.Object
-
- org.apache.camel.openapi.OpenApiRestProducerFactory
-
- All Implemented Interfaces:
org.apache.camel.spi.RestProducerFactory
public class OpenApiRestProducerFactory extends Object implements org.apache.camel.spi.RestProducerFactory
-
-
Constructor Summary
Constructors Constructor Description OpenApiRestProducerFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.camel.ProducercreateProducer(org.apache.camel.CamelContext camelContext, String host, String verb, String basePath, String uriTemplate, String queryParameters, String consumes, String produces, org.apache.camel.spi.RestConfiguration configuration, Map<String,Object> parameters)
-
-
-
Method Detail
-
createProducer
public org.apache.camel.Producer createProducer(org.apache.camel.CamelContext camelContext, String host, String verb, String basePath, String uriTemplate, String queryParameters, String consumes, String produces, org.apache.camel.spi.RestConfiguration configuration, Map<String,Object> parameters) throws Exception- Specified by:
createProducerin interfaceorg.apache.camel.spi.RestProducerFactory- Throws:
Exception
-
-