Uses of Class
microsoft.exchange.webservices.data.core.exception.service.local.ServiceXmlDeserializationException
-
-
Uses of ServiceXmlDeserializationException in microsoft.exchange.webservices.data.core
Methods in microsoft.exchange.webservices.data.core that throw ServiceXmlDeserializationException Modifier and Type Method Description voidEwsXmlReader. ensureCurrentNodeIsStartElement()Ensures the current node is start element.voidEwsXmlReader. ensureCurrentNodeIsStartElement(XmlNamespace xmlNamespace, String localName)Ensures the current node is start element.XMLEventReaderEwsXmlReader. getXmlReaderForNode()Gets the XML reader for node.voidEwsXmlReader. read()Reads the specified node type.byte[]EwsXmlReader. readBase64ElementValue()Reads the base64 element value.StringEwsXmlReader. readInnerXml()Reads the Inner XML at the given location.StringEwsXmlReader. readOuterXml()Outer XML as string.XMLEventReaderEwsXmlReader. readSubtree()StringEwsXmlReader. readValue()Reads the value.StringEwsXmlReader. readValue(boolean keepWhiteSpace)Reads the value.booleanEwsXmlReader. tryReadValue(OutParam<String> value)Tries to read value. -
Uses of ServiceXmlDeserializationException in microsoft.exchange.webservices.data.misc
Methods in microsoft.exchange.webservices.data.misc that throw ServiceXmlDeserializationException Modifier and Type Method Description static ObjectMapiTypeConverter. convertToValue(MapiPropertyType mapiPropType, String stringValue)Converts a string to value consistent with MAPI type.ObjectMapiTypeConverterMapEntry. convertToValue(String stringValue)Converts a string to value consistent with type.ObjectMapiTypeConverterMapEntry. convertToValueOrDefault(String stringValue)Converts a string to value consistent with type (or uses the default value if the string is null or empty). -
Uses of ServiceXmlDeserializationException in microsoft.exchange.webservices.data.property.complex
Methods in microsoft.exchange.webservices.data.property.complex that throw ServiceXmlDeserializationException Modifier and Type Method Description voidImAddressEntry. readTextValueFromXml(EwsServiceXmlReader reader)Reads the text value from XML.voidInternetMessageHeader. readTextValueFromXml(EwsServiceXmlReader reader)Reads the text value from XML.voidMessageBody. readTextValueFromXml(EwsServiceXmlReader reader)Reads text value from XML.voidMimeContent. readTextValueFromXml(EwsServiceXmlReader reader)Reads text value from XML.voidUniqueBody. readTextValueFromXml(EwsServiceXmlReader reader)Reads attribute from XML.booleanStringList. tryReadElementFromXml(EwsServiceXmlReader reader)Tries to read element from XML.
-