public class SchematronValidator extends Object implements IValidator
| Constructor and Description |
|---|
SchematronValidator(ResolverMap resourceResolver,
String schematron,
ValidatorInterceptor.FailureHandler failureHandler,
Router router,
org.springframework.beans.factory.BeanFactory beanFactory) |
| Modifier and Type | Method and Description |
|---|---|
long |
getInvalid() |
long |
getValid() |
Outcome |
validateMessage(Exchange exc,
Message msg,
String source) |
public SchematronValidator(ResolverMap resourceResolver, String schematron, ValidatorInterceptor.FailureHandler failureHandler, Router router, org.springframework.beans.factory.BeanFactory beanFactory) throws Exception
Exceptionpublic Outcome validateMessage(Exchange exc, Message msg, String source) throws Exception
validateMessage in interface IValidatorsource - "request" or "response"Exceptionpublic long getValid()
getValid in interface IValidatorpublic long getInvalid()
getInvalid in interface IValidatorCopyright © 2022. All Rights Reserved.