com.sun.tools.ws.processor.generator
Class Names
java.lang.Object
com.sun.tools.ws.processor.generator.Names
public final class Names
- extends Object
Names provides utility methods used by other wscompile classes
for dealing with identifiers.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getPortName
public static String getPortName(Port port)
stripQualifier
public static String stripQualifier(String name)
getPackageName
public static String getPackageName(String className)
customJavaTypeClassName
public static String customJavaTypeClassName(JavaInterface intf)
customExceptionClassName
public static String customExceptionClassName(Fault fault)
getExceptionClassMemberName
public static String getExceptionClassMemberName()
isJavaReservedWord
public static boolean isJavaReservedWord(String name)
getJavaReserverVarialbeName
@NotNull
public static String getJavaReserverVarialbeName(@NotNull
String name)
- See if its a java keyword name, if so then mangle the name
getJavaMemberReadMethod
public static String getJavaMemberReadMethod(JavaStructureMember member)
getResponseName
public static String getResponseName(String messageName)
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.