| Package | Description |
|---|---|
| org.apache.camel.builder.component | |
| org.apache.camel.builder.component.dsl |
| Modifier and Type | Method and Description |
|---|---|
static RestOpenapiComponentBuilderFactory.RestOpenapiComponentBuilder |
ComponentsBuilderFactory.restOpenapi()
REST OpenApi (camel-rest-openapi)
Configure REST producers based on an OpenAPI specification document
delegating to a component implementing the RestProducerFactory interface.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
RestOpenapiComponentBuilderFactory.RestOpenapiComponentBuilderImpl |
| Modifier and Type | Method and Description |
|---|---|
default RestOpenapiComponentBuilderFactory.RestOpenapiComponentBuilder |
RestOpenapiComponentBuilderFactory.RestOpenapiComponentBuilder.basePath(String basePath)
API basePath, for example /v2.
|
default RestOpenapiComponentBuilderFactory.RestOpenapiComponentBuilder |
RestOpenapiComponentBuilderFactory.RestOpenapiComponentBuilder.basicPropertyBinding(boolean basicPropertyBinding)
Whether the component should use basic property binding (Camel 2.x)
or the newer property binding with additional capabilities.
|
default RestOpenapiComponentBuilderFactory.RestOpenapiComponentBuilder |
RestOpenapiComponentBuilderFactory.RestOpenapiComponentBuilder.componentName(String componentName)
Name of the Camel component that will perform the requests.
|
default RestOpenapiComponentBuilderFactory.RestOpenapiComponentBuilder |
RestOpenapiComponentBuilderFactory.RestOpenapiComponentBuilder.consumes(String consumes)
What payload type this component capable of consuming.
|
default RestOpenapiComponentBuilderFactory.RestOpenapiComponentBuilder |
RestOpenapiComponentBuilderFactory.RestOpenapiComponentBuilder.host(String host)
Scheme hostname and port to direct the HTTP requests to in the form
of https://hostname:port.
|
default RestOpenapiComponentBuilderFactory.RestOpenapiComponentBuilder |
RestOpenapiComponentBuilderFactory.RestOpenapiComponentBuilder.lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default RestOpenapiComponentBuilderFactory.RestOpenapiComponentBuilder |
RestOpenapiComponentBuilderFactory.RestOpenapiComponentBuilder.produces(String produces)
What payload type this component is producing.
|
static RestOpenapiComponentBuilderFactory.RestOpenapiComponentBuilder |
RestOpenapiComponentBuilderFactory.restOpenapi()
REST OpenApi (camel-rest-openapi)
Configure REST producers based on an OpenAPI specification document
delegating to a component implementing the RestProducerFactory interface.
|
default RestOpenapiComponentBuilderFactory.RestOpenapiComponentBuilder |
RestOpenapiComponentBuilderFactory.RestOpenapiComponentBuilder.specificationUri(URI specificationUri)
Path to the OpenApi specification file.
|
default RestOpenapiComponentBuilderFactory.RestOpenapiComponentBuilder |
RestOpenapiComponentBuilderFactory.RestOpenapiComponentBuilder.sslContextParameters(org.apache.camel.support.jsse.SSLContextParameters sslContextParameters)
Customize TLS parameters used by the component.
|
default RestOpenapiComponentBuilderFactory.RestOpenapiComponentBuilder |
RestOpenapiComponentBuilderFactory.RestOpenapiComponentBuilder.useGlobalSslContextParameters(boolean useGlobalSslContextParameters)
Enable usage of global SSL context parameters.
|
Apache Camel