| Package | Description |
|---|---|
| org.apache.camel.model |
The JAXB POJOs for the
XML
Configuration of the routing rules.
|
| org.apache.camel.model.cloud |
The JAXB POJOs for the remote service call DSL
|
| Modifier and Type | Method and Description |
|---|---|
List<PropertyDefinition> |
PropertyDefinitions.getProperties() |
List<PropertyDefinition> |
RouteDefinition.getRouteProperties() |
| Modifier and Type | Method and Description |
|---|---|
void |
PropertyDefinitions.setProperties(List<PropertyDefinition> properties) |
void |
RouteDefinition.setRouteProperties(List<PropertyDefinition> routeProperties)
To set metadata as properties on the route.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<PropertyDefinition> |
ServiceCallConfiguration.properties |
| Modifier and Type | Method and Description |
|---|---|
List<PropertyDefinition> |
ServiceCallConfiguration.getProperties() |
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceCallConfiguration.setProperties(List<PropertyDefinition> properties)
Set client properties to use.
|
Apache Camel