Class Utility


  • class Utility
    extends java.lang.Object
    Utility methods for Naming.
    • 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Utility

        Utility()
    • 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.