Package org.apache.camel
Annotation Interface Produce
Marks a field or property as being a producer to an
Endpoint
either via its
URI or via the name of the endpoint reference which is then resolved
in a registry such as the Spring Application Context.
Methods invoked on the producer object are then converted to a message Exchange
via the
Bean Integration mechanism.- See Also:
-
Optional Element Summary
Optional Elements
-
Element Details
-
value
String valueThe uri to produce to- Default:
- ""
-
uri
Deprecated.use value insteadThe uri to produce to- Default:
- ""
-
property
String propertyUse the field or getter on the bean to provide the uri to produce to- Default:
- ""
-
binding
boolean bindingWhether to use bean parameter binding- Default:
- true
-