org.kie.server.services.impl.adapters
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>
|
Method Summary |
org.drools.core.runtime.impl.ExecutionResultImpl |
marshal(org.kie.api.runtime.ExecutionResults v)
|
org.kie.api.runtime.ExecutionResults |
unmarshal(org.drools.core.runtime.impl.ExecutionResultImpl v)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExecutionResultsAdapter
public ExecutionResultsAdapter()
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
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.