| 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
|
| org.apache.camel.model.dataformat |
The JAXB POJOs for the
Data Formats used to
marshal and unmarshal objects to and from streams inside
components
|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
List<PropertyDefinition> |
XStreamDataFormat.getAliases() |
List<PropertyDefinition> |
Any23DataFormat.getConfiguration() |
List<PropertyDefinition> |
XStreamDataFormat.getConverters() |
List<PropertyDefinition> |
XStreamDataFormat.getImplicitCollections() |
List<PropertyDefinition> |
XStreamDataFormat.getOmitFields() |
| Modifier and Type | Method and Description |
|---|---|
void |
XStreamDataFormat.setAliases(List<PropertyDefinition> aliases)
Alias a Class to a shorter name to be used in XML elements.
|
void |
Any23DataFormat.setConfiguration(List<PropertyDefinition> configuration)
Configurations for Apache Any23 as key-value pairs in order to customize
the extraction process.
|
void |
XStreamDataFormat.setConverters(List<PropertyDefinition> converters)
List of class names for using custom XStream converters.
|
void |
XStreamDataFormat.setImplicitCollections(List<PropertyDefinition> implicitCollections)
Adds a default implicit collection which is used for any unmapped XML tag.
|
void |
XStreamDataFormat.setOmitFields(List<PropertyDefinition> omitFields)
Prevents a field from being serialized.
|
Apache Camel