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), Marek Potociar
  • Constructor Details

    • GreetingServiceImpl

      public GreetingServiceImpl()
  • Method Details