org.ow2.jonas.camel.example.cxf.webservice.api
Interface ISayHello


public interface ISayHello

Say hello web service interface.

Author:
Guillaume Renault

Method Summary
 java.lang.String hello(java.lang.String name)
          Say hello.
 

Method Detail

hello

java.lang.String hello(java.lang.String name)
Say hello.

Parameters:
name - the name.
Returns:
the response :).


Copyright © 2009 OW2 Consortium. All Rights Reserved.