com.borland.scc.sccsystem
Class SccsystemSoapBindingStub

java.lang.Object
  extended by org.apache.axis.client.Stub
      extended by com.borland.scc.sccsystem.SccsystemSoapBindingStub
All Implemented Interfaces:
SystemService, java.rmi.Remote, javax.xml.rpc.Stub

public class SccsystemSoapBindingStub
extends org.apache.axis.client.Stub
implements SystemService


Field Summary
 
Fields inherited from class org.apache.axis.client.Stub
_call, cachedEndpoint, cachedPassword, cachedPortName, cachedProperties, cachedTimeout, cachedUsername, maintainSession, maintainSessionSet, service
 
Fields inherited from interface javax.xml.rpc.Stub
ENDPOINT_ADDRESS_PROPERTY, PASSWORD_PROPERTY, SESSION_MAINTAIN_PROPERTY, USERNAME_PROPERTY
 
Constructor Summary
SccsystemSoapBindingStub()
           
SccsystemSoapBindingStub(javax.xml.rpc.Service service)
           
SccsystemSoapBindingStub(java.net.URL endpointURL, javax.xml.rpc.Service service)
           
 
Method Summary
 long convertFromReadableTime(java.lang.String time)
           
 java.lang.String convertToReadableTime(long time)
           
protected  org.apache.axis.client.Call createCall()
           
 java.lang.String encryptPassword(long sessionId, java.lang.String plainPwd)
           
 AppModule[] getApplicationModules(long sessionId)
           
 ExtendedAppModule[] getExtendedApplicationModules(long sessionId)
           
 java.lang.String getRepositoryInstanceID(long sessionId)
           
 long logonUser(java.lang.String username, java.lang.String plainPwd)
           
 
Methods inherited from class org.apache.axis.client.Stub
_createCall, _getCall, _getProperty, _getPropertyNames, _getService, _setProperty, addAttachment, clearAttachments, clearHeaders, extractAttachments, firstCall, getAttachments, getHeader, getHeaders, getPassword, getPortName, getResponseHeader, getResponseHeaders, getResponseHeaders, getTimeout, getUsername, removeProperty, setAttachments, setHeader, setHeader, setMaintainSession, setPassword, setPortName, setPortName, setRequestHeaders, setTimeout, setUsername
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SccsystemSoapBindingStub

public SccsystemSoapBindingStub()
                         throws org.apache.axis.AxisFault
Throws:
org.apache.axis.AxisFault

SccsystemSoapBindingStub

public SccsystemSoapBindingStub(java.net.URL endpointURL,
                                javax.xml.rpc.Service service)
                         throws org.apache.axis.AxisFault
Throws:
org.apache.axis.AxisFault

SccsystemSoapBindingStub

public SccsystemSoapBindingStub(javax.xml.rpc.Service service)
                         throws org.apache.axis.AxisFault
Throws:
org.apache.axis.AxisFault
Method Detail

createCall

protected org.apache.axis.client.Call createCall()
                                          throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

logonUser

public long logonUser(java.lang.String username,
                      java.lang.String plainPwd)
               throws java.rmi.RemoteException
Specified by:
logonUser in interface SystemService
Throws:
java.rmi.RemoteException

convertToReadableTime

public java.lang.String convertToReadableTime(long time)
                                       throws java.rmi.RemoteException
Specified by:
convertToReadableTime in interface SystemService
Throws:
java.rmi.RemoteException

convertFromReadableTime

public long convertFromReadableTime(java.lang.String time)
                             throws java.rmi.RemoteException
Specified by:
convertFromReadableTime in interface SystemService
Throws:
java.rmi.RemoteException

getApplicationModules

public AppModule[] getApplicationModules(long sessionId)
                                  throws java.rmi.RemoteException
Specified by:
getApplicationModules in interface SystemService
Throws:
java.rmi.RemoteException

getExtendedApplicationModules

public ExtendedAppModule[] getExtendedApplicationModules(long sessionId)
                                                  throws java.rmi.RemoteException
Specified by:
getExtendedApplicationModules in interface SystemService
Throws:
java.rmi.RemoteException

encryptPassword

public java.lang.String encryptPassword(long sessionId,
                                        java.lang.String plainPwd)
                                 throws java.rmi.RemoteException
Specified by:
encryptPassword in interface SystemService
Throws:
java.rmi.RemoteException

getRepositoryInstanceID

public java.lang.String getRepositoryInstanceID(long sessionId)
                                         throws java.rmi.RemoteException
Specified by:
getRepositoryInstanceID in interface SystemService
Throws:
java.rmi.RemoteException


Copyright © 2009. All Rights Reserved.