public class SwaggerRestApiProcessorFactory extends Object implements org.apache.camel.spi.RestApiProcessorFactory
| Constructor and Description |
|---|
SwaggerRestApiProcessorFactory() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.camel.Processor |
createApiProcessor(org.apache.camel.CamelContext camelContext,
String contextPath,
String contextIdPattern,
boolean contextIdListing,
org.apache.camel.spi.RestConfiguration configuration,
Map<String,Object> parameters) |
public org.apache.camel.Processor createApiProcessor(org.apache.camel.CamelContext camelContext,
String contextPath,
String contextIdPattern,
boolean contextIdListing,
org.apache.camel.spi.RestConfiguration configuration,
Map<String,Object> parameters)
throws Exception
createApiProcessor in interface org.apache.camel.spi.RestApiProcessorFactoryExceptionApache Camel