org.codelabor.example.helloworld.service
Class HelloWorldServiceImpl

java.lang.Object
  extended by org.codelabor.example.helloworld.service.HelloWorldServiceImpl
All Implemented Interfaces:
HelloWorldService

public class HelloWorldServiceImpl
extends Object
implements HelloWorldService

Author:
Shin Sang-jae

Constructor Summary
HelloWorldServiceImpl()
           
 
Method Summary
 String sayHello()
          인사를 한다.
 String sayHello(String name)
          인사를 한다.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HelloWorldServiceImpl

public HelloWorldServiceImpl()
Method Detail

sayHello

public String sayHello()
Description copied from interface: HelloWorldService
인사를 한다.

Specified by:
sayHello in interface HelloWorldService
Returns:
인삿말

sayHello

public String sayHello(String name)
Description copied from interface: HelloWorldService
인사를 한다.

Specified by:
sayHello in interface HelloWorldService
Parameters:
name - 이름
Returns:
인삿말


Copyright © 2011 CODELABOR. All Rights Reserved.