org.drools.xml.jaxb.util
Class JaxbFlatQueryResultsAdapter

java.lang.Object
  extended by javax.xml.bind.annotation.adapters.XmlAdapter<Object[],ArrayList<ArrayList<Object>>>
      extended by org.drools.xml.jaxb.util.JaxbFlatQueryResultsAdapter

public class JaxbFlatQueryResultsAdapter
extends javax.xml.bind.annotation.adapters.XmlAdapter<Object[],ArrayList<ArrayList<Object>>>


Constructor Summary
JaxbFlatQueryResultsAdapter()
           
 
Method Summary
 Object[] marshal(ArrayList<ArrayList<Object>> value)
           
 ArrayList<ArrayList<Object>> unmarshal(Object[] value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JaxbFlatQueryResultsAdapter

public JaxbFlatQueryResultsAdapter()
Method Detail

marshal

public Object[] marshal(ArrayList<ArrayList<Object>> value)
                 throws Exception
Specified by:
marshal in class javax.xml.bind.annotation.adapters.XmlAdapter<Object[],ArrayList<ArrayList<Object>>>
Throws:
Exception

unmarshal

public ArrayList<ArrayList<Object>> unmarshal(Object[] value)
                                       throws Exception
Specified by:
unmarshal in class javax.xml.bind.annotation.adapters.XmlAdapter<Object[],ArrayList<ArrayList<Object>>>
Throws:
Exception


Copyright © 2001-2013 JBoss Inc.. All Rights Reserved.