com.ptc.windchill.esi.rnd
Class VdbBuilderFactory
java.lang.Object
com.ptc.windchill.esi.rnd.VdbBuilderFactory
- All Implemented Interfaces:
- Externalizable, Serializable
public final class VdbBuilderFactory
- extends Object
- implements Externalizable
Creates an instance of the correct implementation of the VdbBuilder interface.
Supported API: true
Extendable: false
- See Also:
- Serialized Form
|
Method Summary |
static VdbBuilder |
newVdbBuilder(String transactionNumber)
Creates a new object from the appropriate VdbBuilder implementation
class. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
newVdbBuilder
public static VdbBuilder newVdbBuilder(String transactionNumber)
throws com.ptc.windchill.esi.rnd.ESIRendererException
- Creates a new object from the appropriate VdbBuilder implementation
class. Obtains the name of the implementation class from ESI properties.
Supported API: true
- Parameters:
transactionNumber -
- Returns:
- VdbBuilder
- Throws:
com.ptc.windchill.esi.rnd.ESIRendererException