KIE :: Execution Server :: Services 6.2.0.CR1

org.kie.server.services.impl.adapters
Class ExecutionResultsAdapter

java.lang.Object
  extended by javax.xml.bind.annotation.adapters.XmlAdapter<org.drools.core.runtime.impl.ExecutionResultImpl,org.kie.api.runtime.ExecutionResults>
      extended by 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
ExecutionResultsAdapter()
           
 
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
 

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

KIE :: Execution Server :: Services 6.2.0.CR1

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.