org.glassfish.jersey.examples.helloworld.spring
Interface GreetingService

All Known Implementing Classes:
GreetingServiceImpl

public interface GreetingService

Simple greeting service.

Author:
Marko Asplund (marko.asplund at oracle.com)

Method Summary
 String greet(String who)
          Workout a greeting.
 

Method Detail

greet

String greet(String who)
Workout a greeting.

Parameters:
who - to greet.
Returns:
greeting.


Copyright © 2007-2014, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.