Class ConsumeAnnotationWithImplicitGetterBean


  • public class ConsumeAnnotationWithImplicitGetterBean
    extends Object
    A bean having a method annotated with @Consume with an implicit endpoint URI getter.
    • Constructor Detail

      • ConsumeAnnotationWithImplicitGetterBean

        public ConsumeAnnotationWithImplicitGetterBean()
    • Method Detail

      • specialEvent

        @Consume
        public String specialEvent​(String name)
      • getSpecialEvent

        public String getSpecialEvent()