| 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> |
PropertiesDefinition.getProperties()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PropertiesDefinition.setProperties(List<PropertyDefinition> properties)
Deprecated.
A series of properties as key value pairs
|
| Modifier and Type | Method and Description |
|---|---|
List<PropertyDefinition> |
ServiceCallServiceLoadBalancerConfiguration.getProperties() |
List<PropertyDefinition> |
ServiceCallServiceFilterConfiguration.getProperties() |
List<PropertyDefinition> |
ServiceCallServiceDiscoveryConfiguration.getProperties() |
List<PropertyDefinition> |
ServiceCallServiceChooserConfiguration.getProperties() |
List<PropertyDefinition> |
ServiceCallExpressionConfiguration.getProperties() |
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceCallServiceLoadBalancerConfiguration.setProperties(List<PropertyDefinition> properties)
Set client properties to use.
|
void |
ServiceCallServiceFilterConfiguration.setProperties(List<PropertyDefinition> properties)
Set client properties to use.
|
void |
ServiceCallServiceDiscoveryConfiguration.setProperties(List<PropertyDefinition> properties)
Set client properties to use.
|
void |
ServiceCallServiceChooserConfiguration.setProperties(List<PropertyDefinition> properties)
Set client properties to use.
|
void |
ServiceCallExpressionConfiguration.setProperties(List<PropertyDefinition> properties)
Set client properties to use.
|
Apache Camel