|
Oracle Secure Global Desktop Web Services API Documentation Release 4.6 E23734-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.tarantella.tta.webservices.ServiceLocatorHolder
public class ServiceLocatorHolder
The ServiceLocatorHolder class is a convenient place to store the
IServiceLocator
interface used to access the Secure Global
Desktop web services.
A developer can select a preferred implementation of web services by
implementing an IServiceLocator
interface and setting it in the
ServiceLocatorHolder.
Constructor Summary | |
---|---|
ServiceLocatorHolder()
|
Method Summary | |
---|---|
static IServiceLocator |
getLocator()
Returns a service locator. |
static void |
setLocator(IServiceLocator locator)
Stores the service locator |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ServiceLocatorHolder()
Method Detail |
---|
public static void setLocator(IServiceLocator locator)
locator
- IServiceLocator
to be storedpublic static IServiceLocator getLocator()
setLocator(IServiceLocator)
, it returns a service locator for the
default implementation of web services.
IServiceLocator
interface.
|
Oracle Secure Global Desktop Web Services API Documentation Release 4.6 E23734-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |