Class Names
java.lang.Object
com.sun.tools.ws.processor.generator.Names
Names provides utility methods used by other wscompile classes
for dealing with identifiers.
- Author:
- WS Development Team
-
Method Summary
Modifier and TypeMethodDescriptionstatic StringcustomExceptionClassName(Fault fault) static Stringstatic Stringstatic Stringstatic StringSee if its a java keyword name, if so then mangle the namestatic StringgetPackageName(String className) static StringgetPortName(Port port) static StringgetResponseName(String messageName) static booleanisJavaReservedWord(String name) static StringstripQualifier(String name)
-
Method Details
-
getPortName
-
stripQualifier
-
getPackageName
-
customJavaTypeClassName
-
customExceptionClassName
-
getExceptionClassMemberName
-
isJavaReservedWord
-
getJavaReserverVarialbeName
See if its a java keyword name, if so then mangle the name -
getJavaMemberReadMethod
-
getResponseName
-