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 -
Method Summary
Modifier and TypeMethodDescriptionorg.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)
-
Constructor Details
-
OpenApiRestProducerFactory
public OpenApiRestProducerFactory()
-
-
Method Details
-
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:
createProducer
in interfaceorg.apache.camel.spi.RestProducerFactory
- Throws:
Exception
-