Uses of Interface
org.apache.hivemind.service.ClassFactory

Packages that use ClassFactory
org.apache.hivemind.service.impl Implementations of services provided by the hivemind module. 
 

Uses of ClassFactory in org.apache.hivemind.service.impl
 

Classes in org.apache.hivemind.service.impl that implement ClassFactory
 class ClassFactoryImpl
          Implementation of ClassFactory.
 

Methods in org.apache.hivemind.service.impl with parameters of type ClassFactory
 void InterfaceSynthesizerImpl.setClassFactory(ClassFactory classFactory)
           
 void LoggingInterceptorFactory.setFactory(ClassFactory factory)