Class ExecutionResultsAdapter


  • public class ExecutionResultsAdapter
    extends XmlAdapter<org.drools.core.runtime.impl.ExecutionResultImpl,​org.kie.api.runtime.ExecutionResults>
    • Constructor Detail

      • ExecutionResultsAdapter

        public ExecutionResultsAdapter()
    • Method Detail

      • unmarshal

        public org.kie.api.runtime.ExecutionResults unmarshal​(org.drools.core.runtime.impl.ExecutionResultImpl v)
                                                       throws Exception
        Specified by:
        unmarshal in class XmlAdapter<org.drools.core.runtime.impl.ExecutionResultImpl,​org.kie.api.runtime.ExecutionResults>
        Throws:
        Exception
      • marshal

        public org.drools.core.runtime.impl.ExecutionResultImpl marshal​(org.kie.api.runtime.ExecutionResults v)
                                                                 throws Exception
        Specified by:
        marshal in class XmlAdapter<org.drools.core.runtime.impl.ExecutionResultImpl,​org.kie.api.runtime.ExecutionResults>
        Throws:
        Exception