|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IServiceLocator
The interface is used by Secure Global Desktop (SGD) web service clients to load an implementation of the client proxy classes.
Different implementations are possible. SGD ships with pre-built proxy classes, but these can be replaced by other implementations, for example, one built from WSDL.
| Method Summary | |
|---|---|
ITarantellaAdmin |
getAdmin()
Gets an implementation of the ITarantellaAdmin interface. |
ITarantellaAdmin |
getAdmin(java.net.URL portAddress)
Gets an implementation of the ITarantellaAdmin interface. |
ITarantellaAdmin |
getAdmin(java.net.URL portAddress,
java.lang.String username,
java.lang.String password)
Gets an implementation of the ITarantellaAdmin interface. |
ITarantellaDatastore |
getDatastore()
Gets an implementation of the ITarantellaDatastore interface. |
ITarantellaDatastore |
getDatastore(java.net.URL portAddress)
Gets an implementation of the ITarantellaDatastore interface. |
ITarantellaDatastore |
getDatastore(java.net.URL portAddress,
java.lang.String username,
java.lang.String password)
Gets an implementation of the ITarantellaDatastore interface. |
ITarantellaEmulatorSession |
getEmulatorSession()
Gets an implementation of the ITarantellaEmulatorSession interface. |
ITarantellaEmulatorSession |
getEmulatorSession(java.net.URL portAddress)
Gets an implementation of the ITarantellaEmulatorSession interface. |
ITarantellaEmulatorSession |
getEmulatorSession(java.net.URL portAddress,
java.lang.String username,
java.lang.String password)
Gets an implementation of the ITarantellaEmulatorSession interface. |
ITarantellaEvent |
getEvent()
Gets an implementation of the ITarantellaEvent interface. |
ITarantellaEvent |
getEvent(java.net.URL portAddress)
Gets an implementation of the ITarantellaEvent interface. |
ITarantellaEvent |
getEvent(java.net.URL portAddress,
java.lang.String username,
java.lang.String password)
Gets an implementation of the ITarantellaEvent interface. |
ITarantellaExternalAuth |
getExternalAuth()
Gets an implementation of the ITarantellaExternalAuth interface. |
ITarantellaExternalAuth |
getExternalAuth(java.net.URL portAddress)
Gets an implementation of the ITarantellaExternalAuth interface. |
ITarantellaExternalAuth |
getExternalAuth(java.net.URL portAddress,
java.lang.String username,
java.lang.String password)
Gets an implementation of the ITarantellaExternalAuth interface. |
ITarantellaPrint |
getPrint()
Gets an implementation of the ITarantellaPrint interface. |
ITarantellaPrint |
getPrint(java.net.URL portAddress)
Gets an implementation of the ITarantellaPrint interface. |
ITarantellaPrint |
getPrint(java.net.URL portAddress,
java.lang.String username,
java.lang.String password)
Gets an implementation of the ITarantellaPrint interface. |
ITarantellaUser |
getUser()
Gets an implementation of the ITarantellaUser interface. |
ITarantellaUser |
getUser(java.net.URL portAddress)
Gets an implementation of the ITarantellaUser interface. |
ITarantellaUser |
getUser(java.net.URL portAddress,
java.lang.String username,
java.lang.String password)
Gets an implementation of the ITarantellaUser interface. |
ITarantellaUtility |
getUtility()
Gets an implementation of the ITarantellaUtility interface. |
ITarantellaUtility |
getUtility(java.net.URL portAddress)
Gets an implementation of the ITarantellaUtility interface. |
ITarantellaUtility |
getUtility(java.net.URL portAddress,
java.lang.String username,
java.lang.String password)
Gets an implementation of the ITarantellaUtility interface. |
ITarantellaWebtopContent |
getWebtopContent()
Gets an implementation of the ITarantellaWebtopContent interface. |
ITarantellaWebtopContent |
getWebtopContent(java.net.URL portAddress)
Gets an implementation of the ITarantellaWebtopContent interface. |
ITarantellaWebtopContent |
getWebtopContent(java.net.URL portAddress,
java.lang.String username,
java.lang.String password)
Gets an implementation of the ITarantellaWebtopContent interface. |
ITarantellaWebtopSession |
getWebtopSession()
Gets an implementation of the ITarantellaWebtopSession interface. |
ITarantellaWebtopSession |
getWebtopSession(java.net.URL portAddress)
Gets an implementation of the ITarantellaWebtopSession interface. |
ITarantellaWebtopSession |
getWebtopSession(java.net.URL portAddress,
java.lang.String username,
java.lang.String password)
Gets an implementation of the ITarantellaWebtopSession interface. |
void |
setPassword(java.lang.String password)
Sets the password for the SOAP interfaces. |
void |
setPassword(java.lang.String className,
java.lang.String password)
Sets the password for a SOAP interface. |
void |
setPort(java.lang.String className,
java.net.URL portAddress)
Sets the port for a SOAP interface. |
void |
setPort(java.net.URL portAddress)
Sets the port for the SOAP interfaces. |
void |
setUsername(java.lang.String username)
Sets the username for the SOAP interfaces. |
void |
setUsername(java.lang.String className,
java.lang.String username)
Sets the username for a SOAP interface. |
| Method Detail |
|---|
void setPassword(java.lang.String password)
password - The password for the SOAP interfaces.void setPort(java.net.URL portAddress)
portAddress - The port for the SOAP interfaces.void setUsername(java.lang.String username)
username - The username for the SOAP interfaces.
void setPassword(java.lang.String className,
java.lang.String password)
className - The interface to which the setting applies.password - The password for the SOAP interface.
void setPort(java.lang.String className,
java.net.URL portAddress)
className - The interface to which the setting applies.portAddress - The port for the SOAP interface.
void setUsername(java.lang.String className,
java.lang.String username)
className - The interface to which the setting applies.username - The username for the SOAP interface.ITarantellaAdmin getAdmin()
ITarantellaAdmin interface.
ITarantellaAdmin getAdmin(java.net.URL portAddress)
ITarantellaAdmin interface.
portAddress - The port for the SOAP interface.
ITarantellaAdmin getAdmin(java.net.URL portAddress,
java.lang.String username,
java.lang.String password)
ITarantellaAdmin interface.
portAddress - The port for the SOAP interface.username - The username for the SOAP interface.password - The password for the SOAP interface.
ITarantellaDatastore getDatastore()
ITarantellaDatastore interface.
ITarantellaDatastore getDatastore(java.net.URL portAddress)
ITarantellaDatastore interface.
portAddress - The port for the SOAP interface.
ITarantellaDatastore getDatastore(java.net.URL portAddress,
java.lang.String username,
java.lang.String password)
ITarantellaDatastore interface.
portAddress - The port for the SOAP interface.username - The username for the SOAP interface.password - The password for the SOAP interface.
ITarantellaEmulatorSession getEmulatorSession()
ITarantellaEmulatorSession interface.
ITarantellaEmulatorSession getEmulatorSession(java.net.URL portAddress)
ITarantellaEmulatorSession interface.
portAddress - The port for the SOAP interface.
ITarantellaEmulatorSession getEmulatorSession(java.net.URL portAddress,
java.lang.String username,
java.lang.String password)
ITarantellaEmulatorSession interface.
portAddress - The port for the SOAP interface.username - The username for the SOAP interface.password - The password for the SOAP interface.
ITarantellaEvent getEvent()
ITarantellaEvent interface.
ITarantellaEvent getEvent(java.net.URL portAddress)
ITarantellaEvent interface.
portAddress - The port for the SOAP interface.
ITarantellaEvent getEvent(java.net.URL portAddress,
java.lang.String username,
java.lang.String password)
ITarantellaEvent interface.
portAddress - The port for the SOAP interface.username - The username for the SOAP interface.password - The password for the SOAP interface.
ITarantellaExternalAuth getExternalAuth()
ITarantellaExternalAuth interface.
ITarantellaExternalAuth getExternalAuth(java.net.URL portAddress)
ITarantellaExternalAuth interface.
portAddress - The port for the SOAP interface.
ITarantellaExternalAuth getExternalAuth(java.net.URL portAddress,
java.lang.String username,
java.lang.String password)
ITarantellaExternalAuth interface.
portAddress - The port for the SOAP interface.username - The username for the SOAP interface.password - The password for the SOAP interface.
ITarantellaPrint getPrint()
ITarantellaPrint interface.
ITarantellaPrint getPrint(java.net.URL portAddress)
ITarantellaPrint interface.
portAddress - The port for the SOAP interface.
ITarantellaPrint getPrint(java.net.URL portAddress,
java.lang.String username,
java.lang.String password)
ITarantellaPrint interface.
portAddress - The port for the SOAP interface.username - The username for the SOAP interface.password - The password for the SOAP interface.
ITarantellaUser getUser()
ITarantellaUser interface.
ITarantellaUser getUser(java.net.URL portAddress)
ITarantellaUser interface.
portAddress - The port for the SOAP interface.
ITarantellaUser getUser(java.net.URL portAddress,
java.lang.String username,
java.lang.String password)
ITarantellaUser interface.
portAddress - The port for the SOAP interface.username - The username for the SOAP interface.password - The password for the SOAP interface.
ITarantellaUtility getUtility()
ITarantellaUtility interface.
ITarantellaUtility getUtility(java.net.URL portAddress)
ITarantellaUtility interface.
portAddress - The port for the SOAP interface.
ITarantellaUtility getUtility(java.net.URL portAddress,
java.lang.String username,
java.lang.String password)
ITarantellaUtility interface.
portAddress - The port for the SOAP interface.username - The username for the SOAP interface.password - The password for the SOAP interface.
ITarantellaWebtopContent getWebtopContent()
ITarantellaWebtopContent interface.
ITarantellaWebtopContent getWebtopContent(java.net.URL portAddress)
ITarantellaWebtopContent interface.
portAddress - The port for the SOAP interface.
ITarantellaWebtopContent getWebtopContent(java.net.URL portAddress,
java.lang.String username,
java.lang.String password)
ITarantellaWebtopContent interface.
portAddress - The port for the SOAP interface.username - The username for the SOAP interface.password - The password for the SOAP interface.
ITarantellaWebtopSession getWebtopSession()
ITarantellaWebtopSession interface.
ITarantellaWebtopSession getWebtopSession(java.net.URL portAddress)
ITarantellaWebtopSession interface.
portAddress - The port for the SOAP interface.
ITarantellaWebtopSession getWebtopSession(java.net.URL portAddress,
java.lang.String username,
java.lang.String password)
ITarantellaWebtopSession interface.
portAddress - The port for the SOAP interface.username - The username for the SOAP interface.password - The password for the SOAP interface.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||