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 String
SvnUtils.getLogReport
(String urlString) void
ScanTibcoSolutionPipe.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 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 Message
MessageUtils.convertToJsonMessage
(Object value) Convert input value to a message in JSON format and mimetype.static Message
MessageUtils.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 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) static Message
XmlUtils.removeNamespaces
(Message input, boolean includeXmlDeclaration) static Message
XmlUtils.removeXmlDeclaration
(Message input)