Data Request Broker
2-3-release

Uses of Interface
fr.gael.drb.DrbFactoryImpl

Packages that use DrbFactoryImpl
fr.gael.drb DRB main package containing the main interfaces, default and abstract classes. 
fr.gael.drb.impl Package containing the implementations. 
fr.gael.drb.impl.file Implementation of DRB for the support of Files and Directories of the local File System. 
fr.gael.drb.impl.ftp Implementation of DRB for the support of Files and Directories on FTP. 
fr.gael.drb.impl.jar Implementation of DRB for the support of Jar files. 
fr.gael.drb.impl.sds Implementation of DRB for the support of binary files heareafter called Structured Data Sources (SDS). 
fr.gael.drb.impl.tar Implementation of DRB for the support of Tar files. 
fr.gael.drb.impl.xml Implementation of DRB for the support of XML documents. 
fr.gael.drb.impl.zip Implementation of DRB for the support of ZIP files. 
 

Uses of DrbFactoryImpl in fr.gael.drb
 

Subinterfaces of DrbFactoryImpl in fr.gael.drb
 interface DrbUpdateImpl
          Common interface for Node factory implementations.
 

Methods in fr.gael.drb with parameters of type DrbFactoryImpl
static void DrbFactory.registerImplementation(DrbFactoryImpl factory, String format)
          Register an implementation that handle the specified format.
 

Uses of DrbFactoryImpl in fr.gael.drb.impl
 

Methods in fr.gael.drb.impl that return DrbFactoryImpl
static DrbFactoryImpl DrbFactoryResolver.resolveImpl(DrbNode base_node)
          Resolve a specific implementation that handle the specified base node.
static DrbFactoryImpl DrbFactoryResolver.resolveImpl(String implementation_identifier)
          Retrieves an implementation factory denoted by a given implementation identifier.
 

Uses of DrbFactoryImpl in fr.gael.drb.impl.file
 

Classes in fr.gael.drb.impl.file that implement DrbFactoryImpl
 class FileFactory
          Factory of local file or directory nodes.
 

Uses of DrbFactoryImpl in fr.gael.drb.impl.ftp
 

Classes in fr.gael.drb.impl.ftp that implement DrbFactoryImpl
 class FtpFactory
          Factory of FTP nodes.
 

Uses of DrbFactoryImpl in fr.gael.drb.impl.jar
 

Classes in fr.gael.drb.impl.jar that implement DrbFactoryImpl
 class JarFactory
          Factory of JAR nodes.
 

Uses of DrbFactoryImpl in fr.gael.drb.impl.sds
 

Classes in fr.gael.drb.impl.sds that implement DrbFactoryImpl
 class SdfFactory
          Factory for Structured Data Files.
 

Uses of DrbFactoryImpl in fr.gael.drb.impl.tar
 

Classes in fr.gael.drb.impl.tar that implement DrbFactoryImpl
 class TarFactory
          Factory of TAR nodes.
 

Uses of DrbFactoryImpl in fr.gael.drb.impl.xml
 

Classes in fr.gael.drb.impl.xml that implement DrbFactoryImpl
 class XmlFactory
          Factory of XML nodes.
 

Uses of DrbFactoryImpl in fr.gael.drb.impl.zip
 

Classes in fr.gael.drb.impl.zip that implement DrbFactoryImpl
 class GZipFactory
          Factory of GZIP nodes.
 class ZipFactory
          Factory of ZIP nodes.
 


Data Request Broker - DRB API®
2-3-release

Copyright© 2001-2009 GAEL Consultant. All rights reserved. Use is subject to license terms .