1 /**2 * AuthenticationService.java3 *4 * This file was auto-generated from WSDL5 * by the Apache Axis 1.2.1 Jun 14, 2005 (09:15:57 EDT) WSDL2Java emitter.6 */7 8 package org.alfresco.example.webservice.authentication;9 10 public interface AuthenticationService extends javax.xml.rpc.Service {11 public java.lang.String getAuthenticationServiceAddress();12 13 public org.alfresco.example.webservice.authentication.AuthenticationServiceSoapPort getAuthenticationService() throws javax.xml.rpc.ServiceException ;14 15 public org.alfresco.example.webservice.authentication.AuthenticationServiceSoapPort getAuthenticationService(java.net.URL portAddress) throws javax.xml.rpc.ServiceException ;16 }17