org.jboss.fuse.examples.cxf.jaxws.security
Interface HelloWorld

All Known Implementing Classes:
HelloWorldImpl

public interface HelloWorld

The HelloWorld interface defines a single method. We add the @WebService annotation to mark this interface as the definition for our web service.


Method Summary
 java.lang.String sayHi(java.lang.String name)
           
 

Method Detail

sayHi

java.lang.String sayHi(java.lang.String name)


Copyright © 2013 Red Hat. All Rights Reserved.