intarsys runtime library

de.intarsys.tools.jaxb
Class CharArrayAdapter

java.lang.Object
  extended by javax.xml.bind.annotation.adapters.XmlAdapter<String,char[]>
      extended by de.intarsys.tools.jaxb.CharArrayAdapter

public class CharArrayAdapter
extends XmlAdapter<String,char[]>

Provide char[]


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

Constructor Detail

CharArrayAdapter

public CharArrayAdapter()
Method Detail

marshal

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

unmarshal

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

intarsys runtime library

Copyright © 2012 intarsys consulting GmbH. All Rights Reserved.