com.ptc.windchill.esi.evt
Class ESIEventValidatorFactory
java.lang.Object
com.ptc.windchill.esi.evt.ESIEventValidatorFactory
- All Implemented Interfaces:
- Externalizable, Serializable
public final class ESIEventValidatorFactory
- extends Object
- implements Externalizable
Provides instances of the appropriate implementation of ESIEventValidator.
The factory obtains the name of the implementation from ESI properties.
Supported API: true
Extendable: false
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
newESIEventValidator
public static ESIEventValidator newESIEventValidator()
- Create a new instance of an implementation of ESIEventValidator.
Obtain the name of the implementation class from ESI properties.
Supported API: true
- Returns:
- ESIEventValidator