Class BatchExecutionHelperProviderImpl

  • All Implemented Interfaces:
    org.kie.internal.runtime.helper.BatchExecutionHelperProvider

    public class BatchExecutionHelperProviderImpl
    extends Object
    implements org.kie.internal.runtime.helper.BatchExecutionHelperProvider
    • Constructor Detail

      • BatchExecutionHelperProviderImpl

        public BatchExecutionHelperProviderImpl()
    • Method Detail

      • newXStreamMarshaller

        public com.thoughtworks.xstream.XStream newXStreamMarshaller()
        Specified by:
        newXStreamMarshaller in interface org.kie.internal.runtime.helper.BatchExecutionHelperProvider
      • newJSonMarshaller

        public com.thoughtworks.xstream.XStream newJSonMarshaller()
        Specified by:
        newJSonMarshaller in interface org.kie.internal.runtime.helper.BatchExecutionHelperProvider
      • newXStreamMarshaller

        public com.thoughtworks.xstream.XStream newXStreamMarshaller​(com.thoughtworks.xstream.XStream xstream)