Subversion Repositories bacoAlunos

Rev

Blame | Compare with Previous | Last modification | View Log | RSS feed

package pt.estgp.estgweb.web.soap;

import javax.jws.WebMethod;
import javax.jws.WebService;
import javax.jws.soap.SOAPBinding;

/**
 * Created by jorgemachado on 13/10/15.
 * SOAP Tutorial
 */

//Service Endpoint Interface
@WebService
@SOAPBinding(style = SOAPBinding.1.5.0/docs/api/javax/swing/text/Style.html">Style.RPC)
public interface HelloWorld {
    @WebMethod
    1.5.0/docs/api/java/lang/String.html">String getHelloWorldAsString();
}