org.genepattern.webservice
Class AdminSoapBindingStub

java.lang.Object
  extended byorg.apache.axis.client.Stub
      extended byorg.genepattern.webservice.AdminSoapBindingStub
All Implemented Interfaces:
javax.xml.rpc.Stub

public class AdminSoapBindingStub
extends org.apache.axis.client.Stub


Field Summary
 
Fields inherited from interface javax.xml.rpc.Stub
ENDPOINT_ADDRESS_PROPERTY, PASSWORD_PROPERTY, SESSION_MAINTAIN_PROPERTY, USERNAME_PROPERTY
 
Constructor Summary
AdminSoapBindingStub()
           
AdminSoapBindingStub(javax.xml.rpc.Service service)
           
AdminSoapBindingStub(java.net.URL endpointURL, javax.xml.rpc.Service service)
           
 
Method Summary
 SuiteInfo[] getAllSuites()
           
 TaskInfo[] getAllTasks()
           
 javax.activation.DataHandler getGenePatternLog()
           
 SuiteInfo[] getLatestSuites()
           
 TaskInfo[] getLatestTasks()
           
 TaskInfo[] getLatestTasksByName()
           
 java.util.HashMap getLSIDToVersionsMap()
           
 javax.activation.DataHandler getServerLog()
           
 java.util.HashMap getServiceInfo()
           
 SuiteInfo getSuite(java.lang.String lsid)
           
 java.util.HashMap getSuiteLsidToVersionsMap()
           
 SuiteInfo[] getSuiteMembership(java.lang.String taskLsid)
           
 TaskInfo getTask(java.lang.String lsidOrTaskName)
           
 
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
 

Constructor Detail

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
Method Detail

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


Hosted by docs.bugaco.com