public class CorbaUtils extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static Set<String> |
IDL_RESERVED_WORDS |
protected static Set<String> |
IGNORED_MODULES |
protected static Set<String> |
TIMEBASE_IDL_DEFS |
| Modifier | Constructor and Description |
|---|---|
protected |
CorbaUtils() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
ignoreModule(String name) |
static boolean |
isCollideWithKeyWord(String name) |
static boolean |
isReservedWord(String name) |
static boolean |
isTimeBaseDef(String name) |
static String |
mangleEnumIdentifier(String identifier) |
static String |
mangleName(String cname) |
Apache CXF