com.github.fedy2.weather.binding.adapter
Class WeekDayAdapter

java.lang.Object
  extended by javax.xml.bind.annotation.adapters.XmlAdapter<String,WeekDay>
      extended by com.github.fedy2.weather.binding.adapter.WeekDayAdapter

public class WeekDayAdapter
extends XmlAdapter<String,WeekDay>

Author:
"Federico De Faveri defaveri@gmail.com"

Constructor Summary
WeekDayAdapter()
           
 
Method Summary
 String marshal(WeekDay v)
           
 WeekDay unmarshal(String v)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WeekDayAdapter

public WeekDayAdapter()
Method Detail

unmarshal

public WeekDay unmarshal(String v)
                  throws Exception
Specified by:
unmarshal in class XmlAdapter<String,WeekDay>
Throws:
Exception

marshal

public String marshal(WeekDay v)
               throws Exception
Specified by:
marshal in class XmlAdapter<String,WeekDay>
Throws:
Exception


Copyright © 2013. All rights reserved.