Uses of Interface
javax.xml.registry.FederatedConnection
-
Packages that use FederatedConnection Package Description com.sun.xml.registry.common com.sun.xml.registry.uddi javax.xml.registry This package and its sub-packages describe the API classes and interfaces for the JAXR API. -
-
Uses of FederatedConnection in com.sun.xml.registry.common
Methods in com.sun.xml.registry.common that return FederatedConnection Modifier and Type Method Description FederatedConnectionConnectionFactoryImpl. createFederatedConnection(Collection connections)Create a Federation. -
Uses of FederatedConnection in com.sun.xml.registry.uddi
Methods in com.sun.xml.registry.uddi that return FederatedConnection Modifier and Type Method Description FederatedConnectionConnectionFactoryImpl. createFederatedConnection(Collection connections)Create a Federation. -
Uses of FederatedConnection in javax.xml.registry
Methods in javax.xml.registry that return FederatedConnection Modifier and Type Method Description abstract FederatedConnectionConnectionFactory. createFederatedConnection(Collection connections)Create a FederatedConnection.
-