org.apache.cxf.systests.java2ws
Interface HelloWorld


@WSDLDocumentation(value="A simple service with only one method")
public interface HelloWorld


Method Summary
 String sayHi(String text, Date date)
           
 

Method Detail

sayHi

@WSDLDocumentation(value="Simply return the given text")
String sayHi(String text,
                               Date date)


Apache CXF