Class XMLSupportImpl

  • All Implemented Interfaces:
    Comparable<org.kie.api.internal.utils.KieService>, org.drools.core.base.XMLSupport, org.kie.api.internal.utils.KieService

    public class XMLSupportImpl
    extends Object
    implements org.drools.core.base.XMLSupport
    • Constructor Detail

      • XMLSupportImpl

        public XMLSupportImpl()
    • Method Detail

      • toXml

        public String toXml​(org.drools.core.base.XMLSupport.Options options,
                            Object obj)
        Specified by:
        toXml in interface org.drools.core.base.XMLSupport
      • fromXml

        public <T> T fromXml​(org.drools.core.base.XMLSupport.Options options,
                             String s)
        Specified by:
        fromXml in interface org.drools.core.base.XMLSupport
      • kieModuleMarshaller

        public KieModuleMarshaller kieModuleMarshaller()
        Specified by:
        kieModuleMarshaller in interface org.drools.core.base.XMLSupport
      • createBatchExecutionCommand

        public org.drools.commands.runtime.BatchExecutionCommandImpl createBatchExecutionCommand()