1 /**2 * InteropLab.java3 *4 * This file was auto-generated from WSDL5 * by the Apache Axis WSDL2Java emitter.6 */7 8 package org.apache.notgeronimo.itests.naming.common.webservice.interop;9 10 public interface InteropLab extends javax.xml.rpc.Service {11 // public java.lang.String getinteropTestPortAddress();12 13 public org.apache.notgeronimo.itests.naming.common.webservice.interop.InteropTestPortType getinteropTestPort() throws javax.xml.rpc.ServiceException ;14 15 // public org.apache.geronimo.axis.builder.interop.InteropTestPortType getinteropTestPort(java.net.URL portAddress) throws javax.xml.rpc.ServiceException;16 // public java.lang.String getinteropTest2PortAddress();17 18 public org.apache.notgeronimo.itests.naming.common.webservice.interop.InteropTest2PortType getinteropTest2Port() throws javax.xml.rpc.ServiceException ;19 20 // public org.apache.geronimo.axis.builder.interop.InteropTest2PortType getinteropTest2Port(java.net.URL portAddress) throws javax.xml.rpc.ServiceException;21 }22