Previous section   Next section
FederatedConnection javax.xml.registry

JAXR 1.0; JWSDP 1.0, J2EE 1.4
public interface FederatedConnection extends javax.xml.registry.Connection {
}

A FederatedConnection is a Connection that represents a collection of other Connections, some of which may also be FederatedConnections. The FederatedConnection interface defines exactly the same methods as Connection, but differs in the following respects:

JAXR providers are not required to support FederatedConnections despite the fact that it is a level 0 feature, although this may change in a future revision of the JAXR specification. Such providers throw an UnsupportedCapabilityException from the createFederatedConnection( ) method of its ConnectionFactory method.

Returned By

ConnectionFactory.createFederatedConnection( )


  Previous section   Next section