org.apache.camel
Annotation Type EndpointInject


@Retention(value=RUNTIME)
@Target(value={FIELD,METHOD,CONSTRUCTOR})
public @interface EndpointInject

Used to indicate an injection point of an Endpoint, Producer or ProducerTemplate into a POJO. A URI for an endpoint can be specified on this annotation, or a name can be specified which is resolved in the Registry such as in your Spring ApplicationContext. If no name or uri is specified then the name is defaulted from the field, property or method name.

Version:
$Revision: 662986 $

Optional Element Summary
 String name
           
 String uri
           
 

uri

public abstract String uri
Default:
""

name

public abstract String name
Default:
""


Apache CAMEL