net.eduvax.grant.xmlrpc
Class XMLrpcNodeFactory

java.lang.Object
  extended by net.eduvax.grant.xmlrpc.XMLrpcNodeFactory
All Implemented Interfaces:
NodeFactory

public class XMLrpcNodeFactory
extends java.lang.Object
implements NodeFactory


Constructor Summary
XMLrpcNodeFactory()
           
 
Method Summary
 Node createNode(java.lang.String n)
          create new node.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLrpcNodeFactory

public XMLrpcNodeFactory()
Method Detail

createNode

public Node createNode(java.lang.String n)
Description copied from interface: NodeFactory
create new node.

Specified by:
createNode in interface NodeFactory
Parameters:
n - new node's name.