1 /**2 * AdministrationService.java3 *4 * This file was auto-generated from WSDL5 * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter.6 */7 8 package org.alfresco.webservice.administration;9 10 public interface AdministrationService extends javax.xml.rpc.Service {11 12 /**13 * Administration service.14 */15 public java.lang.String getAdministrationServiceAddress();16 17 public org.alfresco.webservice.administration.AdministrationServiceSoapPort getAdministrationService() throws javax.xml.rpc.ServiceException ;18 19 public org.alfresco.webservice.administration.AdministrationServiceSoapPort getAdministrationService(java.net.URL portAddress) throws javax.xml.rpc.ServiceException ;20 }21