Drools :: Core 6.1.0.Beta1

org.drools.core.runtime.rule.impl
Class QueryResultsJaxbAdapter

java.lang.Object
  extended by javax.xml.bind.annotation.adapters.XmlAdapter<NativeQueryResults,FlatQueryResults>
      extended by org.drools.core.runtime.rule.impl.QueryResultsJaxbAdapter

public class QueryResultsJaxbAdapter
extends XmlAdapter<NativeQueryResults,FlatQueryResults>


Constructor Summary
QueryResultsJaxbAdapter()
           
 
Method Summary
 NativeQueryResults marshal(FlatQueryResults v)
           
 FlatQueryResults unmarshal(NativeQueryResults v)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueryResultsJaxbAdapter

public QueryResultsJaxbAdapter()
Method Detail

marshal

public NativeQueryResults marshal(FlatQueryResults v)
                           throws Exception
Specified by:
marshal in class XmlAdapter<NativeQueryResults,FlatQueryResults>
Throws:
Exception

unmarshal

public FlatQueryResults unmarshal(NativeQueryResults v)
                           throws Exception
Specified by:
unmarshal in class XmlAdapter<NativeQueryResults,FlatQueryResults>
Throws:
Exception

Drools :: Core 6.1.0.Beta1

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