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 PropertyDefinitionMethods in org.apache.camel.model that return types with arguments of type PropertyDefinitionModifier and TypeMethodDescriptionPropertyDefinitions.getProperties()RouteDefinition.getRouteProperties()Method parameters in org.apache.camel.model with type arguments of type PropertyDefinitionModifier and TypeMethodDescriptionvoidPropertyDefinitions.setProperties(List<PropertyDefinition> properties) voidRouteDefinition.setRouteProperties(List<PropertyDefinition> routeProperties) To set metadata as properties on the route.Constructors in org.apache.camel.model with parameters of type PropertyDefinition -
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.propertiesDeprecated.Methods 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) Deprecated.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 TypeMethodDescriptionNamespaceAwareExpression.AbstractNamespaceAwareBuilder.namespace(List<PropertyDefinition> namespace) Injects the XML Namespaces of prefix -> uri mappingsvoidNamespaceAwareExpression.setNamespace(List<PropertyDefinition> namespace) Injects the XML Namespaces of prefix -> uri mappings