1 // This class was generated by the JAXRPC SI, do not edit.2 // Contents subject to change without notice.3 // JAX-RPC Standard Implementation (1.1.3, build R1)4 // Generated source version: 1.1.35 6 package org.jboss.test.webservice.jbws720;7 8 import java.rmi.Remote ;9 import java.rmi.RemoteException ;10 11 public interface TestEndpoint extends Remote 12 {13 public GetPropertyResponse getProperty(GetProperty parameters) throws RemoteException ;14 }15