public class XMLObjectValidatorFactory
extends java.lang.Object
ValidatorFactory
is used to create the Validation Objects.Constructor and Description |
---|
XMLObjectValidatorFactory() |
Modifier and Type | Method and Description |
---|---|
static XMLObjectValidator |
getExtendedValidator(XMLObject xmlObject)
Returns a Extended validator object for a specified transaction
|
static XMLObjectValidator |
getValidator(XMLObject xmlObject)
Returns a Basic validator object for a specified transaction
|
public static XMLObjectValidator getValidator(XMLObject xmlObject) throws UnableToInstantiateClassException
xmlObject
- UnableToInstantiateClassException
- if the class is not availablepublic static XMLObjectValidator getExtendedValidator(XMLObject xmlObject) throws UnableToInstantiateClassException
xmlObject
- UnableToInstantiateClassException
- if the class is not available