| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint | |
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Method and Description |
|---|---|
static RestSwaggerEndpointBuilderFactory.RestSwaggerEndpointBuilder |
StaticEndpointBuilders.restSwagger(String path)
REST Swagger (camel-rest-swagger)
Configure REST producers based on a Swagger (OpenAPI) specification
document delegating to a component implementing the RestProducerFactory
interface.
|
static RestSwaggerEndpointBuilderFactory.RestSwaggerEndpointBuilder |
StaticEndpointBuilders.restSwagger(String componentName,
String path)
REST Swagger (camel-rest-swagger)
Configure REST producers based on a Swagger (OpenAPI) specification
document delegating to a component implementing the RestProducerFactory
interface.
|
| Modifier and Type | Method and Description |
|---|---|
default RestSwaggerEndpointBuilderFactory.RestSwaggerEndpointBuilder |
RestSwaggerEndpointBuilderFactory.RestSwaggerEndpointBuilder.basePath(String basePath)
API basePath, for example /v2.
|
default RestSwaggerEndpointBuilderFactory.RestSwaggerEndpointBuilder |
RestSwaggerEndpointBuilderFactory.RestSwaggerEndpointBuilder.componentName(String componentName)
Name of the Camel component that will perform the requests.
|
default RestSwaggerEndpointBuilderFactory.RestSwaggerEndpointBuilder |
RestSwaggerEndpointBuilderFactory.RestSwaggerEndpointBuilder.consumes(String consumes)
What payload type this component capable of consuming.
|
static RestSwaggerEndpointBuilderFactory.RestSwaggerEndpointBuilder |
RestSwaggerEndpointBuilderFactory.endpointBuilder(String componentName,
String path) |
default RestSwaggerEndpointBuilderFactory.RestSwaggerEndpointBuilder |
RestSwaggerEndpointBuilderFactory.RestSwaggerEndpointBuilder.host(String host)
Scheme hostname and port to direct the HTTP requests to in the form
of https://hostname:port.
|
default RestSwaggerEndpointBuilderFactory.RestSwaggerEndpointBuilder |
RestSwaggerEndpointBuilderFactory.RestSwaggerEndpointBuilder.lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default RestSwaggerEndpointBuilderFactory.RestSwaggerEndpointBuilder |
RestSwaggerEndpointBuilderFactory.RestSwaggerEndpointBuilder.lazyStartProducer(String lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default RestSwaggerEndpointBuilderFactory.RestSwaggerEndpointBuilder |
RestSwaggerEndpointBuilderFactory.RestSwaggerEndpointBuilder.produces(String produces)
What payload type this component is producing.
|
default RestSwaggerEndpointBuilderFactory.RestSwaggerEndpointBuilder |
RestSwaggerEndpointBuilderFactory.RestSwaggerBuilders.restSwagger(String path)
REST Swagger (camel-rest-swagger)
Configure REST producers based on a Swagger (OpenAPI) specification
document delegating to a component implementing the
RestProducerFactory interface.
|
default RestSwaggerEndpointBuilderFactory.RestSwaggerEndpointBuilder |
RestSwaggerEndpointBuilderFactory.RestSwaggerBuilders.restSwagger(String componentName,
String path)
REST Swagger (camel-rest-swagger)
Configure REST producers based on a Swagger (OpenAPI) specification
document delegating to a component implementing the
RestProducerFactory interface.
|
default RestSwaggerEndpointBuilderFactory.RestSwaggerEndpointBuilder |
RestSwaggerEndpointBuilderFactory.RestSwaggerEndpointBuilder.sslContextParameters(Object sslContextParameters)
To configure security using SSLContextParameters.
|
default RestSwaggerEndpointBuilderFactory.RestSwaggerEndpointBuilder |
RestSwaggerEndpointBuilderFactory.RestSwaggerEndpointBuilder.sslContextParameters(String sslContextParameters)
To configure security using SSLContextParameters.
|
Apache Camel