Class ServicePluginUtils


  • public class ServicePluginUtils
    extends Object
    • Constructor Detail

      • ServicePluginUtils

        public ServicePluginUtils()
    • Method Detail

      • isServicesXMLValid

        public static boolean isServicesXMLValid​(String servicesXmlPath)
        Validates the given xml file against the axis2 services schema.
        Returns:
        return true if the xml is valid
      • addAnotherNodeToPath

        public static String addAnotherNodeToPath​(String currentPath,
                                                  String newNode)