com.github.fedy2.weather.binding.adapter
Class RFC822DateAdapter
java.lang.Object
javax.xml.bind.annotation.adapters.XmlAdapter<String,Date>
com.github.fedy2.weather.binding.adapter.RFC822DateAdapter
public class RFC822DateAdapter
- extends XmlAdapter<String,Date>
- Author:
- "Federico De Faveri defaveri@gmail.com"
rfc822DateFormats
public static final SimpleDateFormat[] rfc822DateFormats
RFC822DateAdapter
public RFC822DateAdapter()
marshal
public String marshal(Date v)
throws Exception
-
- Specified by:
marshal in class XmlAdapter<String,Date>
- Throws:
Exception
unmarshal
public Date unmarshal(String v)
throws Exception
-
- Specified by:
unmarshal in class XmlAdapter<String,Date>
- Throws:
Exception
Copyright © 2013. All rights reserved.