- setApiComponentName(String) - Method in class org.apache.camel.component.rest.RestApiEndpoint
-
The Camel Rest API component to use for generating the API of the REST services, such as swagger.
- setApiDoc(String) - Method in class org.apache.camel.component.rest.RestComponent
-
The swagger api doc resource to use.
- setApiDoc(String) - Method in class org.apache.camel.component.rest.RestEndpoint
-
The swagger api doc resource to use.
- setBindingMode(RestConfiguration.RestBindingMode) - Method in class org.apache.camel.component.rest.RestEndpoint
-
Configures the binding mode for the producer.
- setBindingMode(String) - Method in class org.apache.camel.component.rest.RestEndpoint
-
- setBindingMode(RestConfiguration.RestBindingMode) - Method in class org.apache.camel.component.rest.RestProducer
-
- setCamelContext(CamelContext) - Method in class org.apache.camel.component.rest.DefaultRestRegistry
-
- setComponentName(String) - Method in class org.apache.camel.component.rest.RestComponent
-
- setConsumerComponentName(String) - Method in class org.apache.camel.component.rest.RestApiEndpoint
-
The Camel Rest component to use for (consumer) the REST transport, such as jetty, servlet, undertow.
- setConsumerComponentName(String) - Method in class org.apache.camel.component.rest.RestComponent
-
The Camel Rest component to use for (consumer) the REST transport, such as jetty, servlet, undertow.
- setConsumerComponentName(String) - Method in class org.apache.camel.component.rest.RestEndpoint
-
The Camel Rest component to use for (consumer) the REST transport, such as jetty, servlet, undertow.
- setConsumes(String) - Method in class org.apache.camel.component.rest.RestEndpoint
-
Media type such as: 'text/xml', or 'application/json' this REST service accepts.
- setContextIdPattern(String) - Method in class org.apache.camel.component.rest.RestApiEndpoint
-
Optional CamelContext id pattern to only allow Rest APIs from rest services within CamelContext's which name matches the pattern.
- setDescription(String) - Method in class org.apache.camel.component.rest.RestEndpoint
-
Human description to document this REST service
- setHost(String) - Method in class org.apache.camel.component.rest.RestComponent
-
Host and port of HTTP service to use (override host in swagger schema)
- setHost(String) - Method in class org.apache.camel.component.rest.RestEndpoint
-
Host and port of HTTP service to use (override host in swagger schema)
- setInType(String) - Method in class org.apache.camel.component.rest.RestEndpoint
-
To declare the incoming POJO binding type as a FQN class name
- setMethod(String) - Method in class org.apache.camel.component.rest.RestEndpoint
-
HTTP method to use.
- setOutType(String) - Method in class org.apache.camel.component.rest.RestEndpoint
-
To declare the outgoing POJO binding type as a FQN class name
- setOutType(String) - Method in class org.apache.camel.component.rest.RestProducer
-
- setParameters(Map<String, Object>) - Method in class org.apache.camel.component.rest.RestApiEndpoint
-
Additional parameters to configure the consumer of the REST transport for this REST service
- setParameters(Map<String, Object>) - Method in class org.apache.camel.component.rest.RestEndpoint
-
Additional parameters to configure the consumer of the REST transport for this REST service
- setPath(String) - Method in class org.apache.camel.component.rest.RestApiEndpoint
-
The base path
- setPath(String) - Method in class org.apache.camel.component.rest.RestEndpoint
-
The base path
- setPrepareUriTemplate(boolean) - Method in class org.apache.camel.component.rest.RestProducer
-
Whether to prepare the uri template and replace {key} with values from the exchange, and set
as Exchange.HTTP_URI header with the resolved uri to use instead of uri from endpoint.
- setProducerComponentName(String) - Method in class org.apache.camel.component.rest.RestComponent
-
The Camel Rest component to use for (producer) the REST transport, such as http, undertow.
- setProducerComponentName(String) - Method in class org.apache.camel.component.rest.RestEndpoint
-
The Camel Rest component to use for (producer) the REST transport, such as http, undertow.
- setProduces(String) - Method in class org.apache.camel.component.rest.RestEndpoint
-
Media type such as: 'text/xml', or 'application/json' this REST service returns.
- setQueryParameters(String) - Method in class org.apache.camel.component.rest.RestEndpoint
-
Query parameters for the HTTP service to call
- setRouteId(String) - Method in class org.apache.camel.component.rest.RestEndpoint
-
Name of the route this REST services creates
- setSkipBindingOnErrorCode(Boolean) - Method in class org.apache.camel.component.rest.RestProducer
-
- setType(String) - Method in class org.apache.camel.component.rest.RestProducer
-
- setUriTemplate(String) - Method in class org.apache.camel.component.rest.RestEndpoint
-
The uri template
- size() - Method in class org.apache.camel.component.rest.DefaultRestRegistry
-