Uses of Interface
org.jrdf.JRDFFactory

Packages that use JRDFFactory
org.jrdf   
 

Uses of JRDFFactory in org.jrdf
 

Classes in org.jrdf that implement JRDFFactory
 class SortedMemoryJRDFFactoryImpl
          Uses default in memory constructors to create JRDF entry points.
 class SpringJRDFFactoryImpl
          Uses the default wiring xml file or one given to it to construct various JRDF components using Spring.
 

Methods in org.jrdf that return JRDFFactory
static JRDFFactory SpringJRDFFactoryImpl.getFactory()
           
static JRDFFactory SortedMemoryJRDFFactoryImpl.getFactory()