Class XmlWellFormedChecker

All Implemented Interfaces:
HasTransactionAttribute, IConfigurable, IConfigurationAware, IForwardTarget, INamedObject, IPipe, IScopeProvider, IValidator, IWithParameters, EventThrowing, HasStatistics, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware

@Forward(name="parserError",description="a parser exception occurred, probably caused by non-well-formed XML. If not specified, \"failure\" is used in such a case") @Forward(name="failure",description="the document is not well formed") public class XmlWellFormedChecker extends FixedForwardPipe implements IValidator
Pipe that checks the well-formedness of the input message. If root is given then this is also checked.
Since:
4.4.5
Author:
Peter Leeuwenburgh