1 /*2 * JBoss, the OpenSource J2EE webOS3 *4 * Distributable under LGPL license.5 * See terms of license at gnu.org.6 */7 // This class was generated by the JAXRPC SI, do not edit.8 // Contents subject to change without notice.9 // JAX-RPC Standard Implementation (1.1.2_01, build R40)10 // Generated source version: 1.1.211 12 package org.jboss.test.webservice.samples2docclient;13 14 import javax.xml.rpc.ServiceException ;15 16 public interface OrderProcessService extends javax.xml.rpc.Service 17 {18 public org.jboss.test.webservice.samples2docclient.OrderProcess getOrderProcessPort() throws ServiceException ;19 }20