public class ServiceLocator
extends java.lang.Object
| Constructor and Description |
|---|
ServiceLocator(javax.naming.Context context) |
ServiceLocator(java.net.URI serverUri) |
ServiceLocator(java.net.URI serverUri,
java.lang.String username,
java.lang.String password) |
ServiceLocator(java.net.URI serverUri,
java.lang.String username,
java.lang.String password,
java.lang.String realm) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
lookup(java.lang.String name) |
public ServiceLocator(java.net.URI serverUri)
throws javax.naming.NamingException
javax.naming.NamingExceptionpublic ServiceLocator(java.net.URI serverUri,
java.lang.String username,
java.lang.String password)
throws javax.naming.NamingException
javax.naming.NamingExceptionpublic ServiceLocator(java.net.URI serverUri,
java.lang.String username,
java.lang.String password,
java.lang.String realm)
throws javax.naming.NamingException
javax.naming.NamingExceptionpublic ServiceLocator(javax.naming.Context context)