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 MessageJMSFacade.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 @NonNull MessageMessageUtils.convertToJsonMessage(@NonNull Object value) Convert input value to a message in JSON format and mimetype.static @NonNull MessageMessageUtils.convertToJsonMessage(@NonNull Object value, @NonNull String valueName) Convert input value to a message in JSON format and mimetype.XmlUtils.evaluateXPathNodeSet(String input, String xpathExpr) XmlUtils.evaluateXPathNodeSet(String input, String xpathExpr, String keyElement, String valueElement) static @Nullable StringXmlUtils.evaluateXPathNodeSetFirstElement(String input, String xpathExpr) static @Nullable DoubleXmlUtils.evaluateXPathNumber(String input, String xpathExpr) static StringXmlUtils.removeNamespaces(String input) static MessageXmlUtils.removeNamespaces(Message input) static MessageXmlUtils.removeNamespaces(Message input, boolean includeXmlDeclaration) static MessageXmlUtils.removeXmlDeclaration(Message input)