Class LoginTrackBinding


  • public final class LoginTrackBinding
    extends java.lang.Object
    Author:
    Daniela Butano
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String LOGINTRACK
      label for XML
      static java.lang.String LOGINTRACKS
      label for XML
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void marshal​(ObjectStore uos, javax.xml.stream.XMLStreamWriter writer)
      Convert a LoginTrack to XML and write XML to given writer.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • LOGINTRACKS

        public static final java.lang.String LOGINTRACKS
        label for XML
        See Also:
        Constant Field Values
      • LOGINTRACK

        public static final java.lang.String LOGINTRACK
        label for XML
        See Also:
        Constant Field Values
    • Method Detail

      • marshal

        public static void marshal​(ObjectStore uos,
                                   javax.xml.stream.XMLStreamWriter writer)
        Convert a LoginTrack to XML and write XML to given writer.
        Parameters:
        uos - the UserObjectStore
        writer - the XMLStreamWriter to write to