|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Qualifier
@Retention(value=RUNTIME)
@Target(value={TYPE,METHOD,FIELD,PARAMETER})
public @interface Mock
A qualifier for injecting instances of MockEndpoint into a bean.
| Optional Element Summary | |
|---|---|
String |
context
Returns the name of the CamelContext to use to resolve the endpoint for this URI |
String |
value
Returns an optional URI used to create the MockEndpoint |
public abstract String value
public abstract String context
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||