Package org.apache.camel.swagger
Class SwaggerRestProducerFactory
- java.lang.Object
-
- org.apache.camel.swagger.SwaggerRestProducerFactory
-
- All Implemented Interfaces:
org.apache.camel.spi.RestProducerFactory
@Deprecated public class SwaggerRestProducerFactory extends Object implements org.apache.camel.spi.RestProducerFactory
Deprecated.
-
-
Constructor Summary
Constructors Constructor Description SwaggerRestProducerFactory()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated 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)Deprecated.
-
-
-
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 ExceptionDeprecated.- Specified by:
createProducerin interfaceorg.apache.camel.spi.RestProducerFactory- Throws:
Exception
-
-