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
or Producer
in a POJO.
Either a URI for an endpoint
should be configured, or a name of an endpoint
which refers to a Spring bean name in your Spring ApplicationContext.
- Version:
- $Revision: 523756 $
uri
public abstract String uri
- Default:
- ""
name
public abstract String name
- Default:
- ""
Copyright © 2007 Apache Software Foundation. All Rights Reserved.