Package | Description |
---|---|
org.apache.camel.model |
The JAXB POJOs for the
XML Configuration
of the routing rules.
|
org.apache.camel.model.remote |
The JAXB POJOs for the remote service call DSL
|
Modifier and Type | Method and Description |
---|---|
List<PropertyDefinition> |
PropertiesDefinition.getProperties() |
Modifier and Type | Method and Description |
---|---|
void |
PropertiesDefinition.setProperties(List<PropertyDefinition> properties)
A series of properties as key value pairs
|
Modifier and Type | Method and Description |
---|---|
List<PropertyDefinition> |
ServiceCallConfigurationDefinition.getProperties() |
Modifier and Type | Method and Description |
---|---|
void |
ServiceCallConfigurationDefinition.setProperties(List<PropertyDefinition> properties)
Set client properties to use.
|
Apache Camel