Class DefaultNameParser

java.lang.Object
cloud.piranha.naming.impl.DefaultNameParser
All Implemented Interfaces:
javax.naming.NameParser

public class DefaultNameParser
extends java.lang.Object
implements javax.naming.NameParser
The default NameParser.
Author:
Manfred Riem ([email protected])
  • Constructor Summary

    Constructors 
    Constructor Description
    DefaultNameParser()  
  • Method Summary

    Modifier and Type Method Description
    javax.naming.Name parse​(java.lang.String name)
    Parse the name.

    Methods inherited from class java.lang.Object

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

  • Method Details

    • parse

      public javax.naming.Name parse​(java.lang.String name) throws javax.naming.NamingException
      Parse the name.
      Specified by:
      parse in interface javax.naming.NameParser
      Parameters:
      name - the name.
      Returns:
      the parsed name.
      Throws:
      javax.naming.NamingException - when a serious error occurs.