com.ptc.windchill.esi.evt
Class ESIEventValidatorFactory

java.lang.Object
  extended by 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

Method Summary
static ESIEventValidator newESIEventValidator()
          Create a new instance of an implementation of ESIEventValidator.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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