Class ExampleServiceImpl

  • All Implemented Interfaces:
    ExampleService

    public final class ExampleServiceImpl
    extends java.lang.Object
    implements ExampleService
    Internal implementation of our example OSGi service
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String scramble​(java.lang.String text)  
      • Methods inherited from class java.lang.Object

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

      • ExampleServiceImpl

        public ExampleServiceImpl()
    • Method Detail

      • scramble

        public java.lang.String scramble​(java.lang.String text)
        Specified by:
        scramble in interface ExampleService