Class XmlResultParser


  • public class XmlResultParser
    extends java.lang.Object
    • Constructor Detail

      • XmlResultParser

        public XmlResultParser()
    • Method Detail

      • validate

        public org.w3c.dom.Element validate​(javax.activation.DataSource dataSource)
                                     throws java.io.IOException
        Throws:
        java.io.IOException
      • validate

        public org.w3c.dom.Element validate​(org.w3c.dom.Document rdocument,
                                            javax.activation.DataSource dataSource)
                                     throws java.io.IOException
        Throws:
        java.io.IOException
      • createResponseWithError

        protected void createResponseWithError​(org.w3c.dom.Document rdocument,
                                               java.lang.String pdfType,
                                               ValidationResult result,
                                               org.w3c.dom.Element preflight)
      • generateFailureResponse

        protected org.w3c.dom.Element generateFailureResponse​(org.w3c.dom.Document rdocument,
                                                              java.lang.String name,
                                                              long duration,
                                                              java.lang.String pdfType,
                                                              java.lang.Exception e)
      • generateResponseSkeleton

        protected org.w3c.dom.Element generateResponseSkeleton​(org.w3c.dom.Document rdocument,
                                                               java.lang.String name,
                                                               long duration)