Package com.sun.messaging.jmq.jmsclient.validation

Examples of com.sun.messaging.jmq.jmsclient.validation.XMLValidator.validate()


              Debug.println("*** Validating xml message ....");
            }
           
            XMLValidator validator = (XMLValidator) this.xmlValidationTable.get(dest);
            String xml = ((TextMessage) message).getText();
            validator.validate(xml);
           
            if (debug) {
              Debug.println("*** xml message validated against xsd at URI: " + validator.getURIList());
            }
          }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.