@UriEndpoint(firstVersion="2.19.0",
scheme="rest-swagger",
title="REST Swagger",
syntax="rest-swagger:specificationUri#operationId",
label="rest,swagger,http",
producerOnly=true)
public final class RestSwaggerEndpoint
extends org.apache.camel.impl.DefaultEndpoint
| Constructor and Description |
|---|
RestSwaggerEndpoint() |
RestSwaggerEndpoint(String uri,
String remaining,
RestSwaggerComponent component,
Map<String,Object> parameters) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.camel.Consumer |
createConsumer(org.apache.camel.Processor processor) |
org.apache.camel.Producer |
createProducer() |
String |
getBasePath() |
String |
getComponentName() |
String |
getConsumes() |
String |
getHost() |
String |
getOperationId() |
String |
getProduces() |
URI |
getSpecificationUri() |
boolean |
isLenientProperties() |
boolean |
isSingleton() |
void |
setBasePath(String basePath) |
void |
setComponentName(String componentName) |
void |
setConsumes(String consumes) |
void |
setHost(String host) |
void |
setOperationId(String operationId) |
void |
setProduces(String produces) |
void |
setSpecificationUri(URI specificationUri) |
configureConsumer, configurePollingConsumer, configureProperties, createEndpointConfiguration, createEndpointUri, createExchange, createExchange, createExchange, createPollingConsumer, doStart, doStop, equals, getCamelContext, getComponent, getConsumerProperties, getEndpointConfiguration, getEndpointKey, getEndpointUri, getExceptionHandler, getExchangePattern, getId, getPollingConsumerBlockTimeout, getPollingConsumerQueueSize, hashCode, isBridgeErrorHandler, isPollingConsumerBlockWhenFull, isSynchronous, setBridgeErrorHandler, setCamelContext, setConsumerProperties, setEndpointConfiguration, setEndpointUri, setEndpointUriIfNotSpecified, setExceptionHandler, setExchangePattern, setPollingConsumerBlockTimeout, setPollingConsumerBlockWhenFull, setPollingConsumerQueueSize, setProperties, setSynchronous, toStringdoResume, doShutdown, doSuspend, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspendpublic org.apache.camel.Consumer createConsumer(org.apache.camel.Processor processor)
throws Exception
Exceptionpublic String getBasePath()
public String getComponentName()
public String getConsumes()
public String getHost()
public String getOperationId()
public String getProduces()
public URI getSpecificationUri()
public boolean isLenientProperties()
isLenientProperties in interface org.apache.camel.EndpointisLenientProperties in class org.apache.camel.impl.DefaultEndpointpublic boolean isSingleton()
public void setBasePath(String basePath)
public void setComponentName(String componentName)
public void setConsumes(String consumes)
public void setHost(String host)
public void setOperationId(String operationId)
public void setProduces(String produces)
public void setSpecificationUri(URI specificationUri)
Apache Camel