Uses of Class
org.apache.camel.model.PropertyDefinition
Packages that use PropertyDefinition
Package
Description
The JAXB POJOs for the XML Configuration of the routing
rules.
The JAXB POJOs for the remote service call DSL
-
Uses of PropertyDefinition in org.apache.camel.model
Methods in org.apache.camel.model that return types with arguments of type PropertyDefinitionModifier and TypeMethodDescriptionPropertyDefinitions.getProperties()BeanFactoryDefinition.getPropertyDefinitions()RouteDefinition.getRouteProperties()Methods in org.apache.camel.model with parameters of type PropertyDefinitionModifier and TypeMethodDescriptionvoidBeanFactoryDefinition.addProperty(PropertyDefinition property) Method parameters in org.apache.camel.model with type arguments of type PropertyDefinitionModifier and TypeMethodDescriptionvoidPropertyDefinitions.setProperties(List<PropertyDefinition> properties) voidBeanFactoryDefinition.setPropertyDefinitions(List<PropertyDefinition> propertyDefinitions) Optional properties to set on the created local beanvoidRouteDefinition.setRouteProperties(List<PropertyDefinition> routeProperties) To set metadata as properties on the route. -
Uses of PropertyDefinition in org.apache.camel.model.cloud
Fields in org.apache.camel.model.cloud with type parameters of type PropertyDefinitionModifier and TypeFieldDescriptionprotected List<PropertyDefinition>ServiceCallConfiguration.propertiesMethods in org.apache.camel.model.cloud that return types with arguments of type PropertyDefinitionMethod parameters in org.apache.camel.model.cloud with type arguments of type PropertyDefinitionModifier and TypeMethodDescriptionvoidServiceCallConfiguration.setProperties(List<PropertyDefinition> properties) Set client properties to use. -
Uses of PropertyDefinition in org.apache.camel.model.language
Methods in org.apache.camel.model.language that return types with arguments of type PropertyDefinitionMethod parameters in org.apache.camel.model.language with type arguments of type PropertyDefinitionModifier and TypeMethodDescriptionvoidNamespaceAwareExpression.setNamespace(List<PropertyDefinition> namespace) Injects the XML Namespaces of prefix -> uri mappings