org.sapia.archie.impl
Class DefaultNodeFactory

java.lang.Object
  extended by org.sapia.archie.impl.DefaultNodeFactory
All Implemented Interfaces:
NodeFactory

public class DefaultNodeFactory
extends java.lang.Object
implements NodeFactory

A NodeFactory that creates DefaultNodes.

Author:
Yanick Duchesne
Copyright:
Copyright © 2002-2003 Sapia Open Source Software. All Rights Reserved.
License:
Read the license.txt file of the jar or visit the license page at the Sapia OSS web site

Constructor Summary
DefaultNodeFactory()
           
 
Method Summary
 Node newNode()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultNodeFactory

public DefaultNodeFactory()
Method Detail

newNode

public Node newNode()
             throws ProcessingException
Specified by:
newNode in interface NodeFactory
Throws:
ProcessingException
See Also:
NodeFactory.newNode()


Copyright © 2010 Sapia OSS. All Rights Reserved.