Package org.drools.core.runtime.help.impl.XStreamXML

Examples of org.drools.core.runtime.help.impl.XStreamXML.BatchExecutionResultConverter


        xstream.registerConverter(new AbortWorkItemConverter(xstream));
        xstream.registerConverter(new QueryConverter(xstream));
        xstream.registerConverter(new SetGlobalConverter(xstream));
        xstream.registerConverter(new GetGlobalConverter(xstream));
        xstream.registerConverter(new GetObjectsConverter(xstream));
        xstream.registerConverter(new BatchExecutionResultConverter(xstream));
        xstream.registerConverter(new QueryResultsConverter(xstream));
        xstream.registerConverter(new FactHandleConverter(xstream));
    }
View Full Code Here

TOP

Related Classes of org.drools.core.runtime.help.impl.XStreamXML.BatchExecutionResultConverter

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.