| ConsumeAnnotationBean |
A bean having a method annotated with @Consume
|
| ConsumeAnnotationWithExplicitPropertyBean |
A bean having a method annotated with @Consume with an explicit Consume.property() value.
|
| ConsumeAnnotationWithImplicitEndpointGetterBean |
A bean having a method annotated with @Consume with a fallback endpoint URI getter whose name ends with
Endpoint and whose return type is Endpoint.
|
| ConsumeAnnotationWithImplicitGetterBean |
A bean having a method annotated with @Consume with an implicit endpoint URI getter.
|
| ConsumeAnnotationWithImplicitOnGetterBean |
A bean having a method annotated with @Consume with a fallback endpoint URI getter whose name results from
removing on prefix from the @Consume method.
|
| CustomNamedConsumeAnnotationBean |
A @Named bean a specific name having a method annotated with @Consume
|
| DefaultNamedConsumeAnnotationBean |
A @Named with no specific name bean having a method annotated with @Consume
|
| SingletonAnnotationBean |
A bean annotated with Singleton having a method annotated with @Consume
|