KIE API 6.1.0.Beta2

Uses of Interface
org.kie.api.marshalling.ObjectMarshallingStrategy

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

Uses of ObjectMarshallingStrategy in org.kie.api.marshalling
 

Methods in org.kie.api.marshalling that return ObjectMarshallingStrategy
 ObjectMarshallingStrategy ObjectMarshallingStrategyStore.getStrategy(int index)
           
 ObjectMarshallingStrategy ObjectMarshallingStrategyStore.getStrategyObject(Object object)
           
 ObjectMarshallingStrategy ObjectMarshallingStrategyStore.getStrategyObject(String strategyClassName)
           
 ObjectMarshallingStrategy KieMarshallers.newIdentityMarshallingStrategy()
           
 ObjectMarshallingStrategy KieMarshallers.newIdentityMarshallingStrategy(ObjectMarshallingStrategyAcceptor acceptor)
           
 ObjectMarshallingStrategy KieMarshallers.newSerializeMarshallingStrategy()
           
 ObjectMarshallingStrategy KieMarshallers.newSerializeMarshallingStrategy(ObjectMarshallingStrategyAcceptor acceptor)
           
 

Methods in org.kie.api.marshalling with parameters of type ObjectMarshallingStrategy
 Marshaller KieMarshallers.newMarshaller(KieBase kbase, ObjectMarshallingStrategy[] strategies)
          This will override the strategies specified in the ksession or environment.
 


KIE API 6.1.0.Beta2

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.