org.glassfish.jersey.examples.helloworld.spring
Class GreetingServiceImpl

java.lang.Object
  extended by 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)

Constructor Summary
GreetingServiceImpl()
           
 
Method Summary
 String greet(String who)
          Workout a greeting.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GreetingServiceImpl

public GreetingServiceImpl()
Method Detail

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.