Class ContextUtil.SimpleNameParser

  • All Implemented Interfaces:
    javax.naming.NameParser
    Enclosing class:
    ContextUtil

    private static final class ContextUtil.SimpleNameParser
    extends java.lang.Object
    implements javax.naming.NameParser
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static java.util.Properties PARSER_PROPERTIES  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private SimpleNameParser()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      javax.naming.Name parse​(java.lang.String name)  
      • Methods inherited from class java.lang.Object

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

      • PARSER_PROPERTIES

        private static final java.util.Properties PARSER_PROPERTIES
    • Constructor Detail

      • SimpleNameParser

        private SimpleNameParser()
    • Method Detail

      • parse

        public javax.naming.Name parse​(java.lang.String name)
                                throws javax.naming.NamingException
        Specified by:
        parse in interface javax.naming.NameParser
        Throws:
        javax.naming.NamingException