Class AttributesMapAdapter
- java.lang.Object
-
- javax.xml.bind.annotation.adapters.XmlAdapter<Attributes,HashMap<String,String>>
-
- no.digipost.api.useragreements.client.xml.AttributesMapAdapter
-
public class AttributesMapAdapter extends javax.xml.bind.annotation.adapters.XmlAdapter<Attributes,HashMap<String,String>>
-
-
Constructor Summary
Constructors Constructor Description AttributesMapAdapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Attributesmarshal(HashMap<String,String> v)HashMap<String,String>unmarshal(Attributes v)
-
-
-
Method Detail
-
unmarshal
public HashMap<String,String> unmarshal(Attributes v) throws Exception
- Specified by:
unmarshalin classjavax.xml.bind.annotation.adapters.XmlAdapter<Attributes,HashMap<String,String>>- Throws:
Exception
-
marshal
public Attributes marshal(HashMap<String,String> v) throws Exception
- Specified by:
marshalin classjavax.xml.bind.annotation.adapters.XmlAdapter<Attributes,HashMap<String,String>>- Throws:
Exception
-
-