1 /** 2 * SRMServerV1.java 3 * 4 * This file was auto-generated from WSDL 5 * by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter. 6 */ 7 8 package org.ogf.srm11.service; 9 10 public interface SRMServerV1 extends javax.xml.rpc.Service { 11 12 /** 13 * diskCacheV111.srm.server.SRMServerV1 web service 14 */ 15 public java.lang.String getISRMAddress(); 16 17 public org.ogf.srm11.service.ISRM getISRM() throws javax.xml.rpc.ServiceException; 18 19 public org.ogf.srm11.service.ISRM getISRM(java.net.URL portAddress) throws javax.xml.rpc.ServiceException; 20 }