1 /**2 * AuthenticationServiceSoapPort.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.repo.webservice.authentication;9 10 public interface AuthenticationServiceSoapPort extends java.rmi.Remote {11 public org.alfresco.repo.webservice.authentication.AuthenticationResult startSession(java.lang.String username, java.lang.String password) throws java.rmi.RemoteException , org.alfresco.repo.webservice.authentication.AuthenticationFault;12 public void endSession(java.lang.String ticket) throws java.rmi.RemoteException , org.alfresco.repo.webservice.authentication.AuthenticationFault;13 }14