JIDE 3.5.15

com.jidesoft.chart.xml
Class XmlPositionableAdapter

java.lang.Object
  extended by javax.xml.bind.annotation.adapters.XmlAdapter<String,Positionable>
      extended by 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


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

Constructor Detail

XmlPositionableAdapter

public XmlPositionableAdapter()
Method Detail

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

JIDE 3.5.15