Package io.microsphere.test.service
Class GenericTestService
- java.lang.Object
-
- io.microsphere.test.service.DefaultTestService
-
- io.microsphere.test.service.GenericTestService
-
- All Implemented Interfaces:
TestService,java.util.EventListener
- Direct Known Subclasses:
TestServiceImpl
public class GenericTestService extends DefaultTestService implements TestService, java.util.EventListener
TestServiceImplementation- Since:
- 1.0.0
- Author:
- Mercy
-
-
Constructor Summary
Constructors Constructor Description GenericTestService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringecho(java.lang.String message)-
Methods inherited from class io.microsphere.test.service.DefaultTestService
model, testArray, testEnum, testPrimitive
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.microsphere.test.service.TestService
model, testArray, testEnum, testPrimitive
-
-
-
-
Method Detail
-
echo
public java.lang.String echo(java.lang.String message)
- Specified by:
echoin interfaceTestService- Overrides:
echoin classDefaultTestService
-
-