| org.apache.axis2.jaxws.utility.JavaUtils
JavaUtils | public class JavaUtils extends org.apache.axis2.util.JavaUtils (Code) | | Common Java Utilites
|
getPackageFromNamespace | public static String getPackageFromNamespace(String namespace)(Code) | | Namespace 2 Package algorithm as defined by the JAXB Specification
Parameters: Namespace - String represeting Namespace |
replace | final public static String replace(String name, String oldT, String newT)(Code) | | replace: Like String.replace except that the old new items are strings.
Parameters: name - string Parameters: oldT - old text to replace Parameters: newT - new text to use replacement string |
stackToString | public static String stackToString()(Code) | | Get a string containing the stack of the current location
String |
stackToString | public static String stackToString(Throwable e)(Code) | | Get a string containing the stack of the specified exception
Parameters: e - |
|
|