public class ParameterAdapter extends XmlAdapter<Element,Map<String,Object>>
| Constructor and Description |
|---|
ParameterAdapter() |
| Modifier and Type | Method and Description |
|---|---|
Element |
getValue(Map<String,Object> map,
Element rootElement,
Document document)
Recursive function to get an Element to represent an XML document i.e.
|
Element |
marshal(Map<String,Object> parameter) |
Map<String,Object> |
unmarshal(Element element) |
Map<String,Object> |
unmarshalMap(Node node,
Map<String,Object> parameters)
Recursive function to go over nested xml elements // i.e
|
public Element getValue(Map<String,Object> map, Element rootElement, Document document)
10
Copyright © 2008-2014 Abiquo Holdings S.L.. All Rights Reserved.