Class XMLLogin

    • Constructor Detail

      • XMLLogin

        public XMLLogin()
        Default constructor. Sets the platform to be the default platform which is org.eclipse.persistence.oxm.platform.SAXPlatform.
      • XMLLogin

        public XMLLogin​(Platform platform)
        Constructor, create a new XMLLogin based on the given platform. Valid platforms are instances of org.eclipse.persistence.oxm.platform.DOMPlaform and instances of org.eclipse.persistence.oxm.platform.SAXPlatform.
        Parameters:
        platform - The platform to base this login on