org.apache.avalon.excalibur.naming
Interface Namespace
- All Superinterfaces:
- javax.naming.spi.ObjectFactory, javax.naming.spi.StateFactory
- All Known Implementing Classes:
- AbstractNamespace
- public interface Namespace
- extends javax.naming.spi.ObjectFactory, javax.naming.spi.StateFactory
Interface representing Namespace/NamingSystem.
Associated with each namespace is a name parser,
object factories and state factories.
- Version:
- $Revision: 1.2 $
- Author:
- Peter Donald
Methods inherited from interface javax.naming.spi.ObjectFactory |
getObjectInstance |
Methods inherited from interface javax.naming.spi.StateFactory |
getStateToBind |
getNameParser
public javax.naming.NameParser getNameParser()
throws javax.naming.NamingException
Copyright © 1999-2004 The OpenJMS Group. All Rights Reserved.