Class GreetingServiceImpl
java.lang.Object
org.glassfish.jersey.examples.helloworld.spring.GreetingServiceImpl
- All Implemented Interfaces:
GreetingService
Simple
GreetingService implementation to just say hello.- Author:
- Marko Asplund (marko.asplund at yahoo.com), Marek Potociar
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
GreetingServiceImpl
public GreetingServiceImpl()
-
-
Method Details
-
greet
Description copied from interface:GreetingServiceWorkout a greeting.- Specified by:
greetin interfaceGreetingService- Parameters:
who- to greet.- Returns:
- greeting.
-