org.apache.avalon.excalibur.naming
Class DefaultNamespace
java.lang.Object
|
+--org.apache.avalon.excalibur.naming.AbstractNamespace
|
+--org.apache.avalon.excalibur.naming.DefaultNamespace
- All Implemented Interfaces:
- Namespace, ObjectFactory, StateFactory
Deprecated. Toolkit deprecated and replaced by http://spice.sourceforge.net/jndikit/
- public class DefaultNamespace
- extends AbstractNamespace
This is the default namespace implementation.
- Version:
- $Revision: 1.1 $
- Author:
- Peter Donald
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultNamespace
public DefaultNamespace(NameParser nameParser)
- Deprecated.
DefaultNamespace
public DefaultNamespace(NameParser nameParser,
ObjectFactory[] objectFactorySet,
StateFactory[] stateFactorySet)
- Deprecated.
getNameParser
public NameParser getNameParser()
- Deprecated.
addStateFactory
public void addStateFactory(StateFactory stateFactory)
- Deprecated.
- Description copied from class:
AbstractNamespace
- Utility method for subclasses to add factorys.
- Overrides:
addStateFactory
in class AbstractNamespace
- Parameters:
stateFactory
- the StateFactory to add
addObjectFactory
public void addObjectFactory(ObjectFactory objectFactory)
- Deprecated.
- Description copied from class:
AbstractNamespace
- Utility method for subclasses to add factorys.
- Overrides:
addObjectFactory
in class AbstractNamespace
- Parameters:
objectFactory
- the ObjectFactory to add
Copyright © 2000-2003 Apache Jakarta Project. All Rights Reserved.