org.codehaus.xfire.util
Class ServiceUtils
java.lang.Object
org.codehaus.xfire.util.ServiceUtils
public class ServiceUtils
- extends Object
Helps when constructing, or using services.
- Author:
- Arjen Poutsma
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
makeServiceNameFromClassName
public static String makeServiceNameFromClassName(Class clazz)
- Generates a suitable service name from a given class. The returned name is the simple name of the class, i.e.
without the package name.
- Parameters:
clazz
- the class.
- Returns:
- the name.
makeQualifiedNameFromClass
public static QName makeQualifiedNameFromClass(Class clazz)
getMethodName
public static String getMethodName(Method m)
Copyright © 2004-2013. All Rights Reserved.