Class SimpleEndpoint


  • public class SimpleEndpoint
    extends java.lang.Object
    Bean where InjectedSimpleBean is injected.
    Author:
    Stepan Kopriva
    • Constructor Summary

      Constructors 
      Constructor Description
      SimpleEndpoint()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String echo​(java.lang.String message)  
      void postConstruct()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SimpleEndpoint

        public SimpleEndpoint()
    • Method Detail

      • echo

        public java.lang.String echo​(java.lang.String message)
      • postConstruct

        @PostConstruct
        public void postConstruct()