org.springframework.integration.samples.helloworld
Class HelloService

java.lang.Object
  extended by org.springframework.integration.samples.helloworld.HelloService

public class HelloService
extends java.lang.Object

Author:
Mark Fisher

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

Constructor Detail

HelloService

public HelloService()
Method Detail

sayHello

public java.lang.String sayHello(java.lang.String name)