com.jidesoft.chart.xml
Class XmlPositionableAdapter
java.lang.Object
javax.xml.bind.annotation.adapters.XmlAdapter<String,Positionable>
com.jidesoft.chart.xml.XmlPositionableAdapter
public class XmlPositionableAdapter
- extends javax.xml.bind.annotation.adapters.XmlAdapter<String,Positionable>
Copyright (c) Catalysoft Ltd, 2005-2010 All Rights Reserved
Created: 24/04/11 at 23:32
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XmlPositionableAdapter
public XmlPositionableAdapter()
marshal
public String marshal(Positionable v)
throws Exception
- Specified by:
marshal
in class javax.xml.bind.annotation.adapters.XmlAdapter<String,Positionable>
- Throws:
Exception
unmarshal
public Positionable unmarshal(String v)
throws Exception
- Specified by:
unmarshal
in class javax.xml.bind.annotation.adapters.XmlAdapter<String,Positionable>
- Throws:
Exception