Uses of Interface
org.drools.marshalling.Marshaller

Packages that use Marshaller
org.drools.marshalling Marshalling classes are used to marshall and unmarshal StatefulKnowledgeSessions See MarshallerFactory for more detailed information. 
 

Uses of Marshaller in org.drools.marshalling
 

Methods in org.drools.marshalling that return Marshaller
static Marshaller MarshallerFactory.newMarshaller(KnowledgeBase kbase)
          Default uses the serialise marshalling strategy.
 Marshaller MarshallerProvider.newMarshaller(KnowledgeBase kbase)
           
static Marshaller MarshallerFactory.newMarshaller(KnowledgeBase kbase, ObjectMarshallingStrategy[] strategies)
           
 Marshaller MarshallerProvider.newMarshaller(KnowledgeBase kbase, ObjectMarshallingStrategy[] strategies)
           
 



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