com.madgag.guardian.contentapi.jaxb
Class BooBoo

java.lang.Object
  extended by javax.xml.bind.annotation.adapters.XmlAdapter<java.lang.String,org.joda.time.DateTime>
      extended by com.madgag.guardian.contentapi.jaxb.BooBoo

public class BooBoo
extends javax.xml.bind.annotation.adapters.XmlAdapter<java.lang.String,org.joda.time.DateTime>


Constructor Summary
BooBoo()
           
 
Method Summary
 java.lang.String marshal(org.joda.time.DateTime v)
           
 org.joda.time.DateTime unmarshal(java.lang.String v)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BooBoo

public BooBoo()
Method Detail

marshal

public java.lang.String marshal(org.joda.time.DateTime v)
                         throws java.lang.Exception
Specified by:
marshal in class javax.xml.bind.annotation.adapters.XmlAdapter<java.lang.String,org.joda.time.DateTime>
Throws:
java.lang.Exception

unmarshal

public org.joda.time.DateTime unmarshal(java.lang.String v)
                                 throws java.lang.Exception
Specified by:
unmarshal in class javax.xml.bind.annotation.adapters.XmlAdapter<java.lang.String,org.joda.time.DateTime>
Throws:
java.lang.Exception


Copyright © 2010. All Rights Reserved.