public class ConnectionFactoryImpl extends javax.xml.registry.ConnectionFactory implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
ADMIN_ENDPOINT_PROPERTY |
static String |
AUTHENTICATIONMETHOD_PROPERTY |
static String |
LIFECYCLEMANAGER_PROPERTY |
static String |
MAXROWS_PROPERTY |
static String |
POSTALADDRESSSCHEME_PROPERTY |
static String |
PROTOCOL_HANDLER_PROPERTY |
static String |
QUERYMANAGER_PROPERTY |
static String |
SECURITY_PROVIDER_PROPERTY |
static String |
SECURITYMANAGER_PROPERTY |
static String |
SEMANTICEQUIVALENCES_PROPERTY |
static String |
TRANSPORT_CLASS_PROPERTY |
static String |
UDDI_NAMESPACE_PROPERTY |
static String |
UDDI_VERSION_PROPERTY |
| Constructor and Description |
|---|
ConnectionFactoryImpl()
Public no-arg constructor so that this ConnectionFactory can be
instantiated by the JAXR ConnectionFactory;
|
| Modifier and Type | Method and Description |
|---|---|
javax.xml.registry.Connection |
createConnection() |
javax.xml.registry.FederatedConnection |
createFederatedConnection(Collection collection) |
Properties |
getProperties()
Returns a value copy of the properties that will be used to create
a Connections.
|
static javax.xml.registry.ConnectionFactory |
newInstance() |
void |
setProperties(Properties properties)
Update the properties used by this ConnectionFactory to obtain a connection.
|
public static final String QUERYMANAGER_PROPERTY
public static final String LIFECYCLEMANAGER_PROPERTY
public static final String SECURITYMANAGER_PROPERTY
public static final String SEMANTICEQUIVALENCES_PROPERTY
public static final String POSTALADDRESSSCHEME_PROPERTY
public static final String AUTHENTICATIONMETHOD_PROPERTY
public static final String MAXROWS_PROPERTY
public static final String ADMIN_ENDPOINT_PROPERTY
public static final String TRANSPORT_CLASS_PROPERTY
public static final String SECURITY_PROVIDER_PROPERTY
public static final String PROTOCOL_HANDLER_PROPERTY
public static final String UDDI_VERSION_PROPERTY
public static final String UDDI_NAMESPACE_PROPERTY
public ConnectionFactoryImpl()
public javax.xml.registry.Connection createConnection() throws javax.xml.registry.JAXRException
createConnection in class javax.xml.registry.ConnectionFactoryjavax.xml.registry.JAXRExceptionpublic javax.xml.registry.FederatedConnection createFederatedConnection(Collection collection) throws javax.xml.registry.JAXRException
createFederatedConnection in class javax.xml.registry.ConnectionFactoryjavax.xml.registry.JAXRExceptionpublic Properties getProperties()
getProperties in class javax.xml.registry.ConnectionFactorypublic void setProperties(Properties properties)
setProperties in class javax.xml.registry.ConnectionFactoryproperties - the new properties for this ConnectionFactorypublic static javax.xml.registry.ConnectionFactory newInstance()
Copyright © 2004–2018 The Apache Software Foundation. All rights reserved.