1 /**2 * XMethodsQuery.java3 * 4 * This file was auto-generated from WSDL by the Apache Axis 1.2beta Mar 31,5 * 2004 (12:47:03 EST) WSDL2Java emitter.6 */7 package org.objectweb.jonas.jtests.gen.xmethods;8 9 public interface XMethodsQuery extends javax.xml.rpc.Service {10 /**11 * XMethods query service12 */13 public java.lang.String getXMethodsQuerySoapAddress();14 15 public org.objectweb.jonas.jtests.gen.xmethods.XMethodsQuerySoapPortType getXMethodsQuerySoap()16 throws javax.xml.rpc.ServiceException ;17 18 public org.objectweb.jonas.jtests.gen.xmethods.XMethodsQuerySoapPortType getXMethodsQuerySoap(19 java.net.URL portAddress) throws javax.xml.rpc.ServiceException ;20 }