Class ExecutionResultsAdapter
- java.lang.Object
-
- javax.xml.bind.annotation.adapters.XmlAdapter<org.drools.core.runtime.impl.ExecutionResultImpl,org.kie.api.runtime.ExecutionResults>
-
- org.kie.server.services.impl.adapters.ExecutionResultsAdapter
-
public class ExecutionResultsAdapter extends XmlAdapter<org.drools.core.runtime.impl.ExecutionResultImpl,org.kie.api.runtime.ExecutionResults>
-
-
Constructor Summary
Constructors Constructor Description ExecutionResultsAdapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.drools.core.runtime.impl.ExecutionResultImplmarshal(org.kie.api.runtime.ExecutionResults v)org.kie.api.runtime.ExecutionResultsunmarshal(org.drools.core.runtime.impl.ExecutionResultImpl v)
-
-
-
Method Detail
-
unmarshal
public org.kie.api.runtime.ExecutionResults unmarshal(org.drools.core.runtime.impl.ExecutionResultImpl v) throws Exception- Specified by:
unmarshalin classXmlAdapter<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:
marshalin classXmlAdapter<org.drools.core.runtime.impl.ExecutionResultImpl,org.kie.api.runtime.ExecutionResults>- Throws:
Exception
-
-