KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > alfresco > webservice > authentication > AuthenticationServiceSoapPort


1 /**
2  * AuthenticationServiceSoapPort.java
3  *
4  * This file was auto-generated from WSDL
5  * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter.
6  */

7
8 package org.alfresco.webservice.authentication;
9
10 public interface AuthenticationServiceSoapPort extends java.rmi.Remote JavaDoc {
11     public org.alfresco.webservice.authentication.AuthenticationResult startSession(java.lang.String JavaDoc username, java.lang.String JavaDoc password) throws java.rmi.RemoteException JavaDoc, org.alfresco.webservice.authentication.AuthenticationFault;
12     public void endSession(java.lang.String JavaDoc ticket) throws java.rmi.RemoteException JavaDoc, org.alfresco.webservice.authentication.AuthenticationFault;
13 }
14
Popular Tags