Uses of Class
microsoft.exchange.webservices.data.core.exception.service.local.ServiceXmlDeserializationException

Packages that use ServiceXmlDeserializationException
microsoft.exchange.webservices.data.core   
microsoft.exchange.webservices.data.misc   
microsoft.exchange.webservices.data.property.complex   
 

Uses of ServiceXmlDeserializationException in microsoft.exchange.webservices.data.core
 

Methods in microsoft.exchange.webservices.data.core that throw ServiceXmlDeserializationException
 void EwsXmlReader.ensureCurrentNodeIsStartElement()
          Ensures the current node is start element.
 void EwsXmlReader.ensureCurrentNodeIsStartElement(XmlNamespace xmlNamespace, String localName)
          Ensures the current node is start element.
 XMLEventReader EwsXmlReader.getXmlReaderForNode()
          Gets the XML reader for node.
 void EwsXmlReader.read()
          Reads the specified node type.
 byte[] EwsXmlReader.readBase64ElementValue()
          Reads the base64 element value.
 String EwsXmlReader.readInnerXml()
          Reads the Inner XML at the given location.
 String EwsXmlReader.readOuterXml()
          Outer XML as string.
 XMLEventReader EwsXmlReader.readSubtree()
           
 String EwsXmlReader.readValue()
          Reads the value.
 String EwsXmlReader.readValue(boolean keepWhiteSpace)
          Reads the value.
 boolean EwsXmlReader.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
static Object MapiTypeConverter.convertToValue(MapiPropertyType mapiPropType, String stringValue)
          Converts a string to value consistent with MAPI type.
 Object MapiTypeConverterMapEntry.convertToValue(String stringValue)
          Converts a string to value consistent with type.
 Object MapiTypeConverterMapEntry.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
 void UniqueBody.readTextValueFromXml(EwsServiceXmlReader reader)
          Reads attribute from XML.
 void MimeContent.readTextValueFromXml(EwsServiceXmlReader reader)
          Reads text value from XML.
 void MessageBody.readTextValueFromXml(EwsServiceXmlReader reader)
          Reads text value from XML.
 void InternetMessageHeader.readTextValueFromXml(EwsServiceXmlReader reader)
          Reads the text value from XML.
 void ImAddressEntry.readTextValueFromXml(EwsServiceXmlReader reader)
          Reads the text value from XML.
 boolean StringList.tryReadElementFromXml(EwsServiceXmlReader reader)
          Tries to read element from XML.
 



Copyright © 2012–2015 Microsoft. All rights reserved.