Class SwaggerRestProducerFactory

  • All Implemented Interfaces:
    org.apache.camel.spi.RestProducerFactory

    public class SwaggerRestProducerFactory
    extends Object
    implements org.apache.camel.spi.RestProducerFactory
    • Constructor Detail

      • SwaggerRestProducerFactory

        public SwaggerRestProducerFactory()
    • 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:
        createProducer in interface org.apache.camel.spi.RestProducerFactory
        Throws:
        Exception