Uses of Class
org.symphonyoss.symphony.messageml.exceptions.ProcessingException
-
Packages that use ProcessingException Package Description org.symphonyoss.symphony.messageml org.symphonyoss.symphony.messageml.elements org.symphonyoss.symphony.messageml.util -
-
Uses of ProcessingException in org.symphonyoss.symphony.messageml
Methods in org.symphonyoss.symphony.messageml that throw ProcessingException Modifier and Type Method Description StringMessageMLContext. getText()Retrieve a string representation of the message by getting the values of its PresentationML elements.StringMessageMLContext. getText(boolean preserveWhitespace)Retrieve a string representation of the message by getting the values of its PresentationML elements.voidMessageMLContext. parseMessageML(String message, String entityJson, String version)Parse the text contents of the message and optionally EntityJSON into a MessageMLV2 message. -
Uses of ProcessingException in org.symphonyoss.symphony.messageml.elements
Methods in org.symphonyoss.symphony.messageml.elements that throw ProcessingException Modifier and Type Method Description voidElement. buildAll(MessageMLParser context, Element element)Process a DOM element, descending into its children, and construct the output MessageML tree. -
Uses of ProcessingException in org.symphonyoss.symphony.messageml.util
Methods in org.symphonyoss.symphony.messageml.util that throw ProcessingException Modifier and Type Method Description voidIDataProvider. validateURI(URI uri)Check an URI against a whitelist of supported protocols.
-