org.codelabor.example.helloworld.service
Interface HelloWorldService

All Known Implementing Classes:
HelloWorldServiceImpl

public interface HelloWorldService

HelloWorld 서비스 인터페이스

Author:
Shin Sang-jae

Method Summary
 String sayHello()
          인사를 한다.
 String sayHello(String name)
          인사를 한다.
 

Method Detail

sayHello

String sayHello()
인사를 한다.

Returns:
인삿말

sayHello

String sayHello(String name)
인사를 한다.

Parameters:
name - 이름
Returns:
인삿말


Copyright © 2011 CODELABOR. All Rights Reserved.