Package deltix.qsrv.hf.pub
Class InstrumentIdentityListAdapter
- java.lang.Object
-
- javax.xml.bind.annotation.adapters.XmlAdapter<InstrumentIdentityAdapter[],deltix.qsrv.hf.pub.InstrumentIdentity[]>
-
- deltix.qsrv.hf.pub.InstrumentIdentityListAdapter
-
public class InstrumentIdentityListAdapter extends javax.xml.bind.annotation.adapters.XmlAdapter<InstrumentIdentityAdapter[],deltix.qsrv.hf.pub.InstrumentIdentity[]>
Adaptor to JAXB binding list of InstrumentIdentities User: TurskiyS Date: 7/20/12
-
-
Constructor Summary
Constructors Constructor Description InstrumentIdentityListAdapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InstrumentIdentityAdapter[]
marshal(deltix.qsrv.hf.pub.InstrumentIdentity[] v)
deltix.qsrv.hf.pub.InstrumentIdentity[]
unmarshal(InstrumentIdentityAdapter[] v)
-
-
-
Method Detail
-
marshal
public InstrumentIdentityAdapter[] marshal(deltix.qsrv.hf.pub.InstrumentIdentity[] v) throws java.lang.Exception
- Specified by:
marshal
in classjavax.xml.bind.annotation.adapters.XmlAdapter<InstrumentIdentityAdapter[],deltix.qsrv.hf.pub.InstrumentIdentity[]>
- Throws:
java.lang.Exception
-
unmarshal
public deltix.qsrv.hf.pub.InstrumentIdentity[] unmarshal(InstrumentIdentityAdapter[] v) throws java.lang.Exception
- Specified by:
unmarshal
in classjavax.xml.bind.annotation.adapters.XmlAdapter<InstrumentIdentityAdapter[],deltix.qsrv.hf.pub.InstrumentIdentity[]>
- Throws:
java.lang.Exception
-
-