Files
unisa_prog_reti_javaee7_201…/test5_ws/HelloWorldInterface.java

12 lines
196 B
Java

package test5_ws;
import javax.jws.WebService;
/**
* Created by Giovanni on 12/06/2015.
*/
@WebService
public interface HelloWorldInterface {
ObjectToPass modifymessage(ObjectToPass o);
}