public class CountryAdapter extends XmlAdapter<TradeCountry,com.neovisionaries.i18n.CountryCode>
| Constructor and Description |
|---|
CountryAdapter() |
| Modifier and Type | Method and Description |
|---|---|
TradeCountry |
marshal(com.neovisionaries.i18n.CountryCode country) |
com.neovisionaries.i18n.CountryCode |
unmarshal(TradeCountry tradeCountry) |
public CountryAdapter()
public TradeCountry marshal(com.neovisionaries.i18n.CountryCode country) throws Exception
marshal in class XmlAdapter<TradeCountry,com.neovisionaries.i18n.CountryCode>Exceptionpublic com.neovisionaries.i18n.CountryCode unmarshal(TradeCountry tradeCountry) throws Exception
unmarshal in class XmlAdapter<TradeCountry,com.neovisionaries.i18n.CountryCode>ExceptionCopyright © 2014-2016 Konik.io. All Rights Reserved.