public abstract class ConnectionFactory extends Object
Constructor and Description |
---|
ConnectionFactory() |
Modifier and Type | Method and Description |
---|---|
abstract Connection |
createConnection() |
abstract FederatedConnection |
createFederatedConnection(Collection connections) |
abstract Properties |
getProperties() |
static ConnectionFactory |
newInstance() |
abstract void |
setProperties(Properties properties) |
public abstract Connection createConnection() throws JAXRException
JAXRException
public abstract FederatedConnection createFederatedConnection(Collection connections) throws JAXRException
JAXRException
public abstract Properties getProperties() throws JAXRException
JAXRException
public abstract void setProperties(Properties properties) throws JAXRException
JAXRException
public static ConnectionFactory newInstance() throws JAXRException
JAXRException
Copyright © 2013. All Rights Reserved.