Uses of Class
org.frankframework.util.XmlException
Packages that use XmlException
Package
Description
-
Uses of XmlException in org.frankframework.extensions.bis
Methods in org.frankframework.extensions.bis that throw XmlExceptionModifier and TypeMethodDescriptionBisJmsListener.extractMessageBody(Message message, Map<String, Object> context, SoapWrapper soapWrapper) Deprecated. -
Uses of XmlException in org.frankframework.extensions.svn
Methods in org.frankframework.extensions.svn that throw XmlExceptionModifier and TypeMethodDescriptionstatic StringSvnUtils.getLogReport(String urlString) voidScanTibcoSolutionPipe.process(XMLStreamWriter xmlStreamWriter, String cUrl, int cLevel) -
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 MessageMessageUtils.convertToJsonMessage(Object value) Convert input value to a message in JSON format and mimetype.static MessageMessageUtils.convertToJsonMessage(Object value, String valueName) Convert input value to a message in JSON format and mimetype.static Collection<String> XmlUtils.evaluateXPathNodeSet(String input, String xpathExpr) XmlUtils.evaluateXPathNodeSet(String input, String xpathExpr, String keyElement, String valueElement) static StringXmlUtils.evaluateXPathNodeSetFirstElement(String input, String xpathExpr) static 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)