Class XML


  • public class XML
    extends Object
    Logic used during JAXB conversions between XML and objects.
    Author:
    tjquinn
    • Constructor Detail

      • XML

        public XML()
    • Method Detail

      • parseBoolean

        public static boolean parseBoolean​(String booleanText)
      • parseProviderType

        public static String parseProviderType​(String providerType)
      • toProperties

        public static Properties toProperties​(List<org.glassfish.appclient.client.acc.config.Property> props)
        Converts the XML property elements (with name and value) to a Properties object.
        Parameters:
        props - List of Property elements from the JAXB-converted client container element
        Returns:
        corresponding Properties object