Uses of Class
org.frankframework.util.XmlException
Packages that use XmlException
-
Uses of XmlException in org.frankframework.jms
Methods in org.frankframework.jms that throw XmlExceptionModifier and TypeMethodDescriptionJMSFacade.extractMessage
(jakarta.jms.Message jmsMessage, Map<String, Object> context, boolean soap, String soapHeaderSessionKey, SoapWrapper soapWrapper) Extracts string from message obtained from getRawMessage(Map).protected Message
JMSFacade.extractMessageBody
(Message message, Map<String, Object> context, SoapWrapper soapWrapper) -
Uses of XmlException in org.frankframework.util
Methods in org.frankframework.util that throw XmlExceptionModifier and TypeMethodDescriptionstatic Collection<String>
XmlUtils.evaluateXPathNodeSet
(String input, String xpathExpr) XmlUtils.evaluateXPathNodeSet
(String input, String xpathExpr, String keyElement, String valueElement) static String
XmlUtils.evaluateXPathNodeSetFirstElement
(String input, String xpathExpr) static Double
XmlUtils.evaluateXPathNumber
(String input, String xpathExpr) static String
XmlUtils.removeNamespaces
(String input) static Message
XmlUtils.removeNamespaces
(Message input)