org.drools.xml.jaxb.util
Class JaxbFlatQueryResultsAdapter
java.lang.Object
javax.xml.bind.annotation.adapters.XmlAdapter<Object[],ArrayList<ArrayList<Object>>>
org.drools.xml.jaxb.util.JaxbFlatQueryResultsAdapter
public class JaxbFlatQueryResultsAdapter
- extends javax.xml.bind.annotation.adapters.XmlAdapter<Object[],ArrayList<ArrayList<Object>>>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JaxbFlatQueryResultsAdapter
public JaxbFlatQueryResultsAdapter()
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.