Uses of Interface
org.drools.Service

Packages that use Service
org.drools The KnowledgeBase and its factory. 
org.drools.builder The builder package is responsible for building knowledge definitions from artifact resources. 
org.drools.io io library for working with Resources See ResourceFactory for more details  
org.drools.marshalling Marshalling classes are used to marshall and unmarshal StatefulKnowledgeSessions See MarshallerFactory for more detailed information. 
org.drools.util   
 

Uses of Service in org.drools
 

Subinterfaces of Service in org.drools
 interface KnowledgeBaseFactoryService
          KnowledgeBaseFactoryService is the interface implemented by KnowledgeBaseFactory.
 

Uses of Service in org.drools.builder
 

Subinterfaces of Service in org.drools.builder
 interface KnowledgeBuilderFactoryService
          KnowledgeBuilderFactoryService is used by the KnowledgeBuilderFactory to "provide" it's concrete implementation.
 

Uses of Service in org.drools.io
 

Subinterfaces of Service in org.drools.io
 interface ResourceFactoryService
          ResourceFactoryService is used by the ResourceFactory to "provide" it's concrete implementation.
 

Uses of Service in org.drools.marshalling
 

Subinterfaces of Service in org.drools.marshalling
 interface MarshallerProvider
          This api is experimental and thus the classes and the interfaces returned are subject to change.
 

Uses of Service in org.drools.util
 

Subinterfaces of Service in org.drools.util
 interface ServiceRegistry
           
 

Classes in org.drools.util that implement Service
 class ServiceRegistryImpl
          This is an internal class, not for public consumption.
 



Copyright © 2001-2013 JBoss Inc.. All Rights Reserved.