org.glassfish.jersey.examples.hello.spring.annotations.annotations
Class GreetingService

java.lang.Object
  extended by org.glassfish.jersey.examples.hello.spring.annotations.annotations.GreetingService

@Service
public class GreetingService
extends Object

Simple greeting service

Author:
Geoffroy Warin (http://geowarin.github.io)

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

Constructor Detail

GreetingService

public GreetingService()
Method Detail

greet

public String greet(String who)


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