Skip navigation links

Java API Reference for Oracle Infrastructure Web Services
11
Release 1 (11.1.1)

E10654-02


oracle.webservices.mdds.adt
Class DataTreeFactory

java.lang.Object
  extended by oracle.webservices.mdds.adt.DataTreeFactory


public abstract class DataTreeFactory
extends Object

Created by IntelliJ IDEA. User: tgleason Date: Mar 10, 2005 Time: 11:14:52 PM To change this template use File | Settings | File Templates.


Constructor Summary
DataTreeFactory()
           

 

Method Summary
abstract  ArrayNode createArrayNode(int dimensions)
           
abstract  ComplexNode createComplexNode()
           
abstract  MessageNode createMessageNode()
           
static DataTreeFactory newInstance()
           

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

DataTreeFactory

public DataTreeFactory()

Method Detail

newInstance

public static DataTreeFactory newInstance()

createMessageNode

public abstract MessageNode createMessageNode()

createComplexNode

public abstract ComplexNode createComplexNode()

createArrayNode

public abstract ArrayNode createArrayNode(int dimensions)

Skip navigation links

Copyright © 2006, 2009 Oracle. All Rights Reserved.