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.jbws637;7 8 public interface CheckSoap extends java.rmi.Remote {9 public org.jboss.test.webservice.jbws637.DocumentSummary checkTextBody(java.lang.String bodyText, java.lang.String licenseKey) throws 10 java.rmi.RemoteException ;11 public java.lang.String suggestWord(java.lang.String word) throws 12 java.rmi.RemoteException ;13 }14