Class LocaleXMLAdapter


  • public class LocaleXMLAdapter
    extends javax.xml.bind.annotation.adapters.XmlAdapter<LocaleXMLAdapted,java.util.Locale>
    Author:
    klausj
    • Constructor Detail

      • LocaleXMLAdapter

        public LocaleXMLAdapter()
    • Method Detail

      • marshal

        public LocaleXMLAdapted marshal​(java.util.Locale v)
                                 throws java.lang.Exception
        Specified by:
        marshal in class javax.xml.bind.annotation.adapters.XmlAdapter<LocaleXMLAdapted,java.util.Locale>
        Throws:
        java.lang.Exception
      • unmarshal

        public java.util.Locale unmarshal​(LocaleXMLAdapted v)
                                   throws java.lang.Exception
        Specified by:
        unmarshal in class javax.xml.bind.annotation.adapters.XmlAdapter<LocaleXMLAdapted,java.util.Locale>
        Throws:
        java.lang.Exception