Package org.apache.axis2.tool.util
Class ServicePluginUtils
- java.lang.Object
-
- org.apache.axis2.tool.util.ServicePluginUtils
-
public class ServicePluginUtils extends Object
-
-
Constructor Summary
Constructors Constructor Description ServicePluginUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringaddAnotherNodeToPath(String currentPath, String newNode)static booleanisServicesXMLValid(String servicesXmlPath)Validates the given xml file against the axis2 services schema.
-
-
-
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
-
-