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.bpel.ws.consumption.partner;7 8 public interface DocumentTranslator extends java.rmi.Remote {9 public org.jboss.test.bpel.ws.consumption.partner.types.TDocument translate(org.jboss.test.bpel.ws.consumption.partner.types.TTranslationRequest translationRequest) throws 10 org.jboss.test.bpel.ws.consumption.partner.types.TTextNotTranslatable, org.jboss.test.bpel.ws.consumption.partner.types.TDictionaryNotAvailable, java.rmi.RemoteException ;11 public void quoteTranslation(org.jboss.test.bpel.ws.consumption.partner.types.TQuotationRequest quotationRequest) throws 12 java.rmi.RemoteException ;13 public org.jboss.test.bpel.ws.consumption.partner.types.TStatusResponse getQuotationStatus(org.jboss.test.bpel.ws.consumption.partner.types.TStatusRequest statusRequest) throws 14 java.rmi.RemoteException ;15 }16