org.genepattern.webservice
Class AdminSoapBindingStub
java.lang.Object
org.apache.axis.client.Stub
org.genepattern.webservice.AdminSoapBindingStub
- All Implemented Interfaces:
- javax.xml.rpc.Stub
- public class AdminSoapBindingStub
- extends org.apache.axis.client.Stub
| Fields inherited from interface javax.xml.rpc.Stub |
ENDPOINT_ADDRESS_PROPERTY, PASSWORD_PROPERTY, SESSION_MAINTAIN_PROPERTY, USERNAME_PROPERTY |
| Methods inherited from class org.apache.axis.client.Stub |
_getProperty, _getPropertyNames, _setProperty, addAttachment, clearAttachments, clearHeaders, extractAttachments, getAttachments, getHeader, getHeaders, getPassword, getPortName, getTimeout, getUsername, removeProperty, setHeader, setHeader, setMaintainSession, setPassword, setPortName, setPortName, setTimeout, setUsername |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AdminSoapBindingStub
public AdminSoapBindingStub()
throws org.apache.axis.AxisFault
AdminSoapBindingStub
public AdminSoapBindingStub(java.net.URL endpointURL,
javax.xml.rpc.Service service)
throws org.apache.axis.AxisFault
AdminSoapBindingStub
public AdminSoapBindingStub(javax.xml.rpc.Service service)
throws org.apache.axis.AxisFault
getTask
public TaskInfo getTask(java.lang.String lsidOrTaskName)
throws java.rmi.RemoteException,
WebServiceException
- Throws:
java.rmi.RemoteException
WebServiceException
getAllTasks
public TaskInfo[] getAllTasks()
throws java.rmi.RemoteException,
WebServiceException
- Throws:
java.rmi.RemoteException
WebServiceException
getLatestTasks
public TaskInfo[] getLatestTasks()
throws java.rmi.RemoteException,
WebServiceException
- Throws:
java.rmi.RemoteException
WebServiceException
getLatestTasksByName
public TaskInfo[] getLatestTasksByName()
throws java.rmi.RemoteException,
WebServiceException
- Throws:
java.rmi.RemoteException
WebServiceException
getSuite
public SuiteInfo getSuite(java.lang.String lsid)
throws java.rmi.RemoteException,
WebServiceException
- Throws:
java.rmi.RemoteException
WebServiceException
getLatestSuites
public SuiteInfo[] getLatestSuites()
throws java.rmi.RemoteException,
WebServiceException
- Throws:
java.rmi.RemoteException
WebServiceException
getAllSuites
public SuiteInfo[] getAllSuites()
throws java.rmi.RemoteException,
WebServiceException
- Throws:
java.rmi.RemoteException
WebServiceException
getSuiteMembership
public SuiteInfo[] getSuiteMembership(java.lang.String taskLsid)
throws java.rmi.RemoteException,
WebServiceException
- Throws:
java.rmi.RemoteException
WebServiceException
getLSIDToVersionsMap
public java.util.HashMap getLSIDToVersionsMap()
throws java.rmi.RemoteException,
WebServiceException
- Throws:
java.rmi.RemoteException
WebServiceException
getServiceInfo
public java.util.HashMap getServiceInfo()
throws java.rmi.RemoteException,
WebServiceException
- Throws:
java.rmi.RemoteException
WebServiceException
getServerLog
public javax.activation.DataHandler getServerLog()
throws java.rmi.RemoteException,
WebServiceException
- Throws:
java.rmi.RemoteException
WebServiceException
getGenePatternLog
public javax.activation.DataHandler getGenePatternLog()
throws java.rmi.RemoteException,
WebServiceException
- Throws:
java.rmi.RemoteException
WebServiceException
getSuiteLsidToVersionsMap
public java.util.HashMap getSuiteLsidToVersionsMap()
throws java.rmi.RemoteException,
WebServiceException
- Throws:
java.rmi.RemoteException
WebServiceException
|
|