org.glassfish.jersey.examples.helloworld.spring
Class GreetingServiceImpl
java.lang.Object
org.glassfish.jersey.examples.helloworld.spring.GreetingServiceImpl
- All Implemented Interfaces:
- GreetingService
public class GreetingServiceImpl
- extends Object
- implements GreetingService
Simple GreetingService implementation to just say hello.
- Author:
- Marko Asplund (marko.asplund at yahoo.com)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GreetingServiceImpl
public GreetingServiceImpl()
greet
public String greet(String who)
- Description copied from interface:
GreetingService
- Workout a greeting.
- Specified by:
greet in interface GreetingService
- Parameters:
who - to greet.
- Returns:
- greeting.
Copyright © 2007-2014, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.