1 /**2 * JaxRpcEndpointInterfaceService.java3 *4 * This file was auto-generated from WSDL5 * by the Apache Axis 1.2RC2 Dec 15, 2004 (10:53:17 CET) WSDL2Java emitter.6 */7 8 package org.objectweb.wssample.gen.jaxrpc;9 10 public interface JaxRpcEndpointInterfaceService extends javax.xml.rpc.Service {11 public java.lang.String getJaxRpcEndpoint1Address();12 13 public org.objectweb.wssample.gen.jaxrpc.JaxRpcEndpointInterface getJaxRpcEndpoint1() throws javax.xml.rpc.ServiceException ;14 15 public org.objectweb.wssample.gen.jaxrpc.JaxRpcEndpointInterface getJaxRpcEndpoint1(java.net.URL portAddress) throws javax.xml.rpc.ServiceException ;16 }17