org.apache.axis2.tool.util
Class ServicePluginUtils

java.lang.Object
  extended by org.apache.axis2.tool.util.ServicePluginUtils

public class ServicePluginUtils
extends Object


Constructor Summary
ServicePluginUtils()
           
 
Method Summary
static String addAnotherNodeToPath(String currentPath, String newNode)
           
static boolean isServicesXMLValid(String servicesXmlPath)
          Validates the given xml file against the axis2 services schema.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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)


Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.