Class 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 Detail

      • InstrumentIdentityListAdapter

        public InstrumentIdentityListAdapter()
    • Method Detail

      • marshal

        public InstrumentIdentityAdapter[] marshal​(deltix.qsrv.hf.pub.InstrumentIdentity[] v)
                                            throws java.lang.Exception
        Specified by:
        marshal in class javax.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 class javax.xml.bind.annotation.adapters.XmlAdapter<InstrumentIdentityAdapter[],​deltix.qsrv.hf.pub.InstrumentIdentity[]>
        Throws:
        java.lang.Exception