public class ConnectionImpl extends Object implements javax.xml.registry.Connection, Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_JUDDI_CLIENT_CONFIG_FILE |
static String |
DEFAULT_UDDI_VERSION |
static String |
JUDDI_CLIENT_CONFIG_FILE |
| Constructor and Description |
|---|
ConnectionImpl(Properties properties) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
Set |
getCredentials() |
javax.xml.registry.RegistryService |
getRegistryService() |
boolean |
isClosed() |
boolean |
isSynchronous() |
void |
setCredentials(Set credentials) |
void |
setSynchronous(boolean synchronous) |
public static final String JUDDI_CLIENT_CONFIG_FILE
public static final String DEFAULT_JUDDI_CLIENT_CONFIG_FILE
public static final String DEFAULT_UDDI_VERSION
public ConnectionImpl(Properties properties) throws javax.xml.registry.InvalidRequestException
public javax.xml.registry.RegistryService getRegistryService() throws javax.xml.registry.JAXRException
getRegistryService in interface javax.xml.registry.Connectionjavax.xml.registry.JAXRExceptionpublic void close()
close in interface javax.xml.registry.Connectionpublic boolean isClosed()
isClosed in interface javax.xml.registry.Connectionpublic Set getCredentials()
getCredentials in interface javax.xml.registry.Connectionpublic void setCredentials(Set credentials)
setCredentials in interface javax.xml.registry.Connectionpublic boolean isSynchronous()
isSynchronous in interface javax.xml.registry.Connectionpublic void setSynchronous(boolean synchronous)
setSynchronous in interface javax.xml.registry.ConnectionCopyright © 2004–2018 The Apache Software Foundation. All rights reserved.