Skip to content
Permalink
5253359b77
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
31 lines (29 sloc) 2.63 KB
/**
* SympaPort.java
*
* This file was auto-generated from WSDL
* by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter.
*/
package edu.internet2.at.dev.lists.sympa.wsdl;
public interface SympaPort extends java.rmi.Remote {
public edu.internet2.at.dev.lists.sympa.wsdl.ListType info(java.lang.String listName) throws java.rmi.RemoteException;
public edu.internet2.at.dev.lists.sympa.wsdl.ListType[] complexWhich() throws java.rmi.RemoteException;
public java.lang.String which() throws java.rmi.RemoteException;
public boolean amI(java.lang.String list, java.lang.String function, java.lang.String user) throws java.rmi.RemoteException;
public boolean add(java.lang.String list, java.lang.String email, java.lang.String gecos, boolean quiet) throws java.rmi.RemoteException;
public boolean del(java.lang.String list, java.lang.String email, boolean quiet) throws java.rmi.RemoteException;
public boolean createList(java.lang.String list, java.lang.String subject, java.lang.String template, java.lang.String description, java.lang.String topics) throws java.rmi.RemoteException;
public boolean closeList(java.lang.String list) throws java.rmi.RemoteException;
public java.lang.String[] review(java.lang.String list) throws java.rmi.RemoteException;
public edu.internet2.at.dev.lists.sympa.wsdl.UserType[] fullReview(java.lang.String list) throws java.rmi.RemoteException;
public boolean subscribe(java.lang.String list, java.lang.String gecos) throws java.rmi.RemoteException;
public boolean signoff(java.lang.String list, java.lang.String email) throws java.rmi.RemoteException;
public java.lang.String login(java.lang.String email, java.lang.String password) throws java.rmi.RemoteException;
public java.lang.String casLogin(java.lang.String proxyTicket) throws java.rmi.RemoteException;
public java.lang.String getUserEmailByCookie(java.lang.String cookie) throws java.rmi.RemoteException;
public java.lang.String[] authenticateAndRun(java.lang.String email, java.lang.String cookie, java.lang.String service, java.lang.String[] parameters) throws java.rmi.RemoteException;
public java.lang.String[] authenticateRemoteAppAndRun(java.lang.String appname, java.lang.String apppassword, java.lang.String vars, java.lang.String service, java.lang.String[] parameters) throws java.rmi.RemoteException;
public java.lang.String lists(java.lang.String topic, java.lang.String subtopic) throws java.rmi.RemoteException;
public edu.internet2.at.dev.lists.sympa.wsdl.ListType[] complexLists() throws java.rmi.RemoteException;
public java.lang.String checkCookie() throws java.rmi.RemoteException;
}