public class QueryResultsJaxbAdapter extends XmlAdapter<NativeQueryResults,FlatQueryResults>
Constructor and Description |
---|
QueryResultsJaxbAdapter() |
Modifier and Type | Method and Description |
---|---|
NativeQueryResults |
marshal(FlatQueryResults v) |
FlatQueryResults |
unmarshal(NativeQueryResults v) |
public NativeQueryResults marshal(FlatQueryResults v) throws Exception
marshal
in class XmlAdapter<NativeQueryResults,FlatQueryResults>
Exception
public FlatQueryResults unmarshal(NativeQueryResults v) throws Exception
unmarshal
in class XmlAdapter<NativeQueryResults,FlatQueryResults>
Exception
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.