Package | Description |
---|---|
org.apache.camel.model.rest |
The JAXB POJOs for the REST DSL
|
Modifier and Type | Method and Description |
---|---|
List<RestPropertyDefinition> |
RestConfigurationDefinition.getComponentProperties() |
List<RestPropertyDefinition> |
RestConfigurationDefinition.getConsumerProperties() |
List<RestPropertyDefinition> |
RestConfigurationDefinition.getCorsHeaders() |
List<RestPropertyDefinition> |
RestConfigurationDefinition.getDataFormatProperties() |
List<RestPropertyDefinition> |
RestConfigurationDefinition.getEndpointProperties() |
Modifier and Type | Method and Description |
---|---|
void |
RestConfigurationDefinition.setComponentProperties(List<RestPropertyDefinition> componentProperties)
Allows to configure as many additional properties for the rest component in use.
|
void |
RestConfigurationDefinition.setConsumerProperties(List<RestPropertyDefinition> consumerProperties)
Allows to configure as many additional properties for the rest consumer in use.
|
void |
RestConfigurationDefinition.setCorsHeaders(List<RestPropertyDefinition> corsHeaders)
Allows to configure custom CORS headers.
|
void |
RestConfigurationDefinition.setDataFormatProperties(List<RestPropertyDefinition> dataFormatProperties)
Allows to configure as many additional properties for the data formats in use.
|
void |
RestConfigurationDefinition.setEndpointProperties(List<RestPropertyDefinition> endpointProperties)
Allows to configure as many additional properties for the rest endpoint in use.
|
Apache Camel