|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.xml.registry.ConnectionFactory
org.apache.ws.scout.registry.ConnectionFactoryImpl
public class ConnectionFactoryImpl
Our implmentation of javax.xml.registry.ConnectionFactory. Also exposes the properties as JavaBean properties to ease use with a managed environment such as an application server.
Constructor Summary | |
---|---|
ConnectionFactoryImpl()
Public no-arg constructor so that this ConnectionFactory can be instantiated by the JAXR ConnectionFactory; |
Method Summary | |
---|---|
Connection |
createConnection()
|
FederatedConnection |
createFederatedConnection(Collection collection)
|
String |
getAuthenticationMethod()
|
String |
getLifeCycleManagerURL()
|
Integer |
getMaxRows()
|
String |
getPostalAddressScheme()
|
Properties |
getProperties()
Returns a value copy of the properties that will be used to create a Connections. |
String |
getQueryManagerURL()
|
String |
getSemanticEquivalences()
|
String |
getTransportClass()
|
static ConnectionFactory |
newInstance()
|
void |
setAuthenticationMethod(String authenticationMethod)
|
void |
setLifeCycleManagerURL(String lifeCycleManagerURL)
|
void |
setMaxRows(Integer maxRows)
|
void |
setPostalAddressScheme(String postalAddressScheme)
|
void |
setProperties(Properties properties)
Update the properties used by this ConnectionFactory to obtain a connection. |
void |
setQueryManagerURL(String queryManagerURL)
|
void |
setSemanticEquivalences(String semanticEquivalences)
|
void |
setTransportClass(String transportClass)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ConnectionFactoryImpl()
Method Detail |
---|
public Connection createConnection() throws JAXRException
createConnection
in class ConnectionFactory
JAXRException
public FederatedConnection createFederatedConnection(Collection collection) throws JAXRException
createFederatedConnection
in class ConnectionFactory
JAXRException
public Properties getProperties()
getProperties
in class ConnectionFactory
public void setProperties(Properties properties)
setProperties
in class ConnectionFactory
properties
- the new properties for this ConnectionFactorypublic static ConnectionFactory newInstance()
public String getAuthenticationMethod()
public void setAuthenticationMethod(String authenticationMethod)
public String getLifeCycleManagerURL()
public void setLifeCycleManagerURL(String lifeCycleManagerURL)
public Integer getMaxRows()
public void setMaxRows(Integer maxRows)
public String getPostalAddressScheme()
public void setPostalAddressScheme(String postalAddressScheme)
public String getQueryManagerURL()
public void setQueryManagerURL(String queryManagerURL)
public String getSemanticEquivalences()
public void setSemanticEquivalences(String semanticEquivalences)
public String getTransportClass()
public void setTransportClass(String transportClass)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |