Class Utility
- java.lang.Object
-
- com.sun.corba.ee.impl.naming.namingutil.Utility
-
class Utility extends java.lang.Object
Utility methods for Naming.
-
-
Field Summary
Fields Modifier and Type Field Description private static NamingSystemException
wrapper
-
Constructor Summary
Constructors Constructor Description Utility()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description (package private) static java.lang.String
cleanEscapes(java.lang.String stringToDecode)
cleanEscapes removes URL escapes as per IETF 2386 RFP.(package private) static int
hexOf(char x)
Converts an Ascii Character into Hexadecimal digit NOTE: THIS METHOD IS DUPLICATED TO DELIVER NAMING AS A SEPARATE COMPONENT TO RI.(package private) static void
validateGIOPVersion(IIOPEndpointInfo endpointInfo)
If GIOP Version is not correct, This method throws a BAD_PARAM Exception.
-
-
-
Field Detail
-
wrapper
private static NamingSystemException wrapper
-
-
Method Detail
-
cleanEscapes
static java.lang.String cleanEscapes(java.lang.String stringToDecode)
cleanEscapes removes URL escapes as per IETF 2386 RFP.
-
hexOf
static int hexOf(char x)
Converts an Ascii Character into Hexadecimal digit NOTE: THIS METHOD IS DUPLICATED TO DELIVER NAMING AS A SEPARATE COMPONENT TO RI.
-
validateGIOPVersion
static void validateGIOPVersion(IIOPEndpointInfo endpointInfo)
If GIOP Version is not correct, This method throws a BAD_PARAM Exception.
-
-