Uses of Class
org.frankframework.util.XmlException
-
Uses of XmlException in org.frankframework.jms
Modifier 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
Modifier 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)