Uses of Interface
javax.xml.registry.Connection
-
Packages that use Connection Package Description com.sun.xml.registry.common com.sun.xml.registry.uddi com.sun.xml.registry.uddi.infomodel javax.xml.registry This package and its sub-packages describe the API classes and interfaces for the JAXR API. -
-
Uses of Connection in com.sun.xml.registry.common
Methods in com.sun.xml.registry.common that return Connection Modifier and Type Method Description ConnectionConnectionFactoryImpl. createConnection()Create a named connection. -
Uses of Connection in com.sun.xml.registry.uddi
Classes in com.sun.xml.registry.uddi that implement Connection Modifier and Type Class Description classConnectionImplClass Declaration for ConnectionImplclassFederationImplRepresents a single logical connection to a federation or group of registry providers.Methods in com.sun.xml.registry.uddi that return Connection Modifier and Type Method Description ConnectionConnectionFactoryImpl. createConnection()Create a named connection. -
Uses of Connection in com.sun.xml.registry.uddi.infomodel
Methods in com.sun.xml.registry.uddi.infomodel that return Connection Modifier and Type Method Description ConnectionRegistryObjectImpl. getConnection()Returns the Connection associated with this object. -
Uses of Connection in javax.xml.registry
Subinterfaces of Connection in javax.xml.registry Modifier and Type Interface Description interfaceFederatedConnectionRepresents a single logical connection to a federation or group of registry providers.Methods in javax.xml.registry that return Connection Modifier and Type Method Description abstract ConnectionConnectionFactory. createConnection()Create a named connection.
-