org.codehaus.spice.jndikit
Interface Namespace

All Superinterfaces:
ObjectFactory, StateFactory
All Known Implementing Classes:
AbstractNamespace, StandardNamespace

public interface Namespace
extends ObjectFactory, StateFactory

Interface representing Namespace/NamingSystem. Associated with each namespace is a name parser, object factories and state factories.

Version:
$Revision: 1.1 $
Author:
Peter Donald

Method Summary
 NameParser getNameParser()
           
 
Methods inherited from interface javax.naming.spi.ObjectFactory
getObjectInstance
 
Methods inherited from interface javax.naming.spi.StateFactory
getStateToBind
 

Method Detail

getNameParser

public NameParser getNameParser()
                         throws NamingException
Throws:
NamingException


Copyright © 1999-2005 Codehaus. All Rights Reserved.