pl.psnc.dl.ege.validator
Class EGEValidator

java.lang.Object
  extended by pl.psnc.dl.ege.validator.EGEValidator
All Implemented Interfaces:
Validator

public class EGEValidator
extends java.lang.Object
implements Validator

Default EGE implementation of Validator interface.

Provides validation of XML data.

Author:
mariuszs

Constructor Summary
EGEValidator()
           
 
Method Summary
 java.util.List<DataType> getSupportedValidationTypes()
           
 ValidationResult validate(java.io.InputStream inputData, DataType inputDataType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EGEValidator

public EGEValidator()
Method Detail

getSupportedValidationTypes

public java.util.List<DataType> getSupportedValidationTypes()
Specified by:
getSupportedValidationTypes in interface Validator

validate

public ValidationResult validate(java.io.InputStream inputData,
                                 DataType inputDataType)
                          throws java.io.IOException,
                                 ValidatorException,
                                 EGEException
Specified by:
validate in interface Validator
Throws:
java.io.IOException
ValidatorException
EGEException


Copyright © 2010. All Rights Reserved.