|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.axis2.util.JavaUtils
org.apache.axis2.jaxws.utility.JavaUtils
public class JavaUtils
Common Java Utilites
Field Summary |
---|
Fields inherited from class org.apache.axis2.util.JavaUtils |
---|
EMPTY_STRING_ARRAY |
Method Summary | |
---|---|
static URI |
createURI(String pathString)
Convert a String to a URI, handling special characters in the String such as spaces. |
static Class |
getCheckedException(Throwable throwable,
Method method)
Get checked exception |
static String |
getPackageFromNamespace(String namespace)
Namespace 2 Package algorithm as defined by the JAXB Specification |
static String |
getPackageFromNamespace(String namespace,
boolean appendUnderscoreToKeyword)
|
static List |
getPackagesFromNamespace(String namespace)
|
static String |
stackToString()
Get a string containing the stack of the current location |
static String |
stackToString(Throwable e)
Get a string containing the stack of the specified exception |
Methods inherited from class org.apache.axis2.util.JavaUtils |
---|
callStackToString, capitalizeFirstChar, getObjectIdentity, getWrapperClass, getWrapperClass, hasUpperCase, indexOfIgnoreCase, isFalse, isFalse, isFalse, isFalseExplicitly, isFalseExplicitly, isFalseExplicitly, isJavaId, isJavaKeyword, isTrue, isTrue, isTrue, isTrueExplicitly, isTrueExplicitly, isTrueExplicitly, makeNonJavaKeyword, replace, split, xmlNameToJava, xmlNameToJavaIdentifier |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static List getPackagesFromNamespace(String namespace)
namespace
-
public static String getPackageFromNamespace(String namespace)
Namespace
-
getPackagesFromNamespace
public static String getPackageFromNamespace(String namespace, boolean appendUnderscoreToKeyword)
Namespace
- apend
- underscore to keyword
public static String stackToString()
public static String stackToString(Throwable e)
e
-
public static Class getCheckedException(Throwable throwable, Method method)
throwable
- Throwablemethod
- Method
public static URI createURI(String pathString)
pathString
- The String to be converted to a URI
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |