public class ClassUtil
extends java.lang.Object
Modifier | Constructor and Description |
---|---|
private |
ClassUtil() |
Modifier and Type | Method and Description |
---|---|
static boolean |
equalMethods(java.lang.reflect.Method m1,
java.lang.reflect.Method m2) |
static java.lang.String |
getDefaultName(com.bea.util.jam.JClass jclass,
java.lang.String parentServiceName) |
static java.lang.String |
getNamespaceFromClass(WebServiceType type,
com.bea.util.jam.JClass jClass) |
static java.lang.String |
getServiceName(com.bea.util.jam.JClass jClass,
java.lang.String parentServiceName)
This method returns the service name application for the given web service with the given parent service (optional).
|
private static java.lang.String |
getServiceNameFromAnnotation(com.bea.util.jam.JClass jclass) |
static java.lang.String |
getTargetNamespace(com.bea.util.jam.JClass sbClass) |
static com.bea.util.jam.JAnnotation |
getWebServiceAnnotation(com.bea.util.jam.JClass jClass) |
static boolean |
isWebService(java.lang.Class clazz) |
static boolean |
isWebService(com.bea.util.jam.JClass jClass) |
static java.lang.Class |
loadClass(java.lang.String name) |
static java.lang.String |
normalizeClassName(java.lang.String className) |
public static java.lang.Class loadClass(java.lang.String name) throws java.lang.ClassNotFoundException
java.lang.ClassNotFoundException
public static java.lang.String getTargetNamespace(com.bea.util.jam.JClass sbClass)
public static java.lang.String getServiceName(com.bea.util.jam.JClass jClass, java.lang.String parentServiceName)
jClass
- the web service classparentServiceName
- the name of the parent web service (optional)private static java.lang.String getServiceNameFromAnnotation(com.bea.util.jam.JClass jclass)
public static java.lang.String getDefaultName(com.bea.util.jam.JClass jclass, java.lang.String parentServiceName)
public static com.bea.util.jam.JAnnotation getWebServiceAnnotation(com.bea.util.jam.JClass jClass)
public static boolean isWebService(com.bea.util.jam.JClass jClass)
public static boolean isWebService(java.lang.Class clazz)
public static java.lang.String getNamespaceFromClass(WebServiceType type, com.bea.util.jam.JClass jClass)
public static java.lang.String normalizeClassName(java.lang.String className)
public static final boolean equalMethods(java.lang.reflect.Method m1, java.lang.reflect.Method m2)