Package org.apache.axis2.wsdl.util
Class TypeTesterUtil
- java.lang.Object
-
- org.apache.axis2.wsdl.util.TypeTesterUtil
-
public class TypeTesterUtil extends Object
-
-
Constructor Summary
Constructors Constructor Description TypeTesterUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static boolean
hasPackage(String className)
Tests whether the given classname has a package the current logic is simple where we look for a '.' inside the classname stringstatic boolean
isPrimitive(String className)
Check whether a given classname is primitives
-
-
-
Method Detail
-
isPrimitive
public static boolean isPrimitive(String className)
Check whether a given classname is primitives- Parameters:
className
-
-
hasPackage
public static boolean hasPackage(String className)
Tests whether the given classname has a package the current logic is simple where we look for a '.' inside the classname string- Parameters:
className
-
-
-