org.knowhowlab.osgi.testing.it.testbundle
Class EchoImpl

java.lang.Object
  extended by org.knowhowlab.osgi.testing.it.testbundle.EchoImpl
All Implemented Interfaces:
Echo

public class EchoImpl
extends Object
implements Echo

Echo service implementation

Author:
dmytro.pishchukhin

Constructor Summary
EchoImpl()
           
 
Method Summary
 String echo(String str)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EchoImpl

public EchoImpl()
Method Detail

echo

public String echo(String str)
Specified by:
echo in interface Echo


Copyright © 2012 Know-How Lab. All Rights Reserved.