Class InitialContextFactory.DefaultParser

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

    public static class InitialContextFactory.DefaultParser
    extends java.lang.Object
    implements javax.naming.NameParser
    • Constructor Summary

      Constructors 
      Constructor Description
      DefaultParser()  
    • 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
    • Constructor Detail

      • DefaultParser

        public DefaultParser()
    • 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