org.apache.axis2.wsdl.util
Class TypeTesterUtil
java.lang.Object
org.apache.axis2.wsdl.util.TypeTesterUtil
public class TypeTesterUtil
- extends Object
Method Summary |
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 |
static boolean |
isPrimitive(String className)
Check whether a given classname is primitives |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TypeTesterUtil
public TypeTesterUtil()
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
-
Copyright © 2004-2011 The Apache Software Foundation. All Rights Reserved.