Package deltix.qsrv.hf.pub.md
Class StringInternAdapter
- java.lang.Object
-
- javax.xml.bind.annotation.adapters.XmlAdapter<java.lang.String,java.lang.String>
-
- deltix.qsrv.hf.pub.md.StringInternAdapter
-
public class StringInternAdapter extends javax.xml.bind.annotation.adapters.XmlAdapter<java.lang.String,java.lang.String>
User: BazylevD Date: Feb 27, 2009 Time: 9:33:46 PM
-
-
Constructor Summary
Constructors Constructor Description StringInternAdapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
marshal(java.lang.String v)
java.lang.String
unmarshal(java.lang.String v)
-
-
-
Method Detail
-
unmarshal
public java.lang.String unmarshal(java.lang.String v) throws java.lang.Exception
- Specified by:
unmarshal
in classjavax.xml.bind.annotation.adapters.XmlAdapter<java.lang.String,java.lang.String>
- Throws:
java.lang.Exception
-
marshal
public java.lang.String marshal(java.lang.String v) throws java.lang.Exception
- Specified by:
marshal
in classjavax.xml.bind.annotation.adapters.XmlAdapter<java.lang.String,java.lang.String>
- Throws:
java.lang.Exception
-
-