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

Packages that use ServiceXmlSerializationException
microsoft.exchange.webservices.data.autodiscover.request   
microsoft.exchange.webservices.data.core   
microsoft.exchange.webservices.data.core.request   
microsoft.exchange.webservices.data.messaging   
microsoft.exchange.webservices.data.misc.availability   
microsoft.exchange.webservices.data.misc.id   
microsoft.exchange.webservices.data.property.complex   
microsoft.exchange.webservices.data.property.complex.recurrence   
microsoft.exchange.webservices.data.property.complex.recurrence.range   
microsoft.exchange.webservices.data.property.complex.time   
microsoft.exchange.webservices.data.property.definition   
microsoft.exchange.webservices.data.search   
microsoft.exchange.webservices.data.search.filter   
 

Uses of ServiceXmlSerializationException in microsoft.exchange.webservices.data.autodiscover.request
 

Methods in microsoft.exchange.webservices.data.autodiscover.request that throw ServiceXmlSerializationException
protected  void GetUserSettingsRequest.writeAttributesToXml(EwsServiceXmlWriter writer)
          Writes the attribute to XML.
protected  void GetDomainSettingsRequest.writeAttributesToXml(EwsServiceXmlWriter writer)
          Writes the attribute to XML.
protected abstract  void AutodiscoverRequest.writeAttributesToXml(EwsServiceXmlWriter writer)
          Writes attribute to request XML.
protected  void AutodiscoverRequest.writeBodyToXml(EwsServiceXmlWriter writer)
          Writes XML body.
protected  void GetUserSettingsRequest.writeElementsToXml(EwsServiceXmlWriter writer)
          Writes request to XML.
protected  void GetDomainSettingsRequest.writeElementsToXml(EwsServiceXmlWriter writer)
          Writes request to XML.
protected abstract  void AutodiscoverRequest.writeElementsToXml(EwsServiceXmlWriter writer)
          Writes elements to request XML.
 void GetUserSettingsRequest.writeExtraCustomSoapHeadersToXml(EwsServiceXmlWriter writer)
           
protected  void AutodiscoverRequest.writeExtraCustomSoapHeadersToXml(EwsServiceXmlWriter writer)
          Write extra headers.
protected  void AutodiscoverRequest.writeSoapRequest(URI requestUrl, EwsServiceXmlWriter writer)
          Writes the autodiscover SOAP request.
 

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

Methods in microsoft.exchange.webservices.data.core that throw ServiceXmlSerializationException
static void PropertySet.writeAdditionalPropertiesToXml(EwsServiceXmlWriter writer, Iterator<PropertyDefinitionBase> propertyDefinitions)
          Writes additional property to XML.
protected  void EwsServiceXmlWriter.writeAttributeString(String localName, String stringValue)
          Writes the attribute value.
protected  void EwsServiceXmlWriter.writeAttributeString(String namespacePrefix, String localName, String stringValue)
          Writes the attribute value.
 void EwsServiceXmlWriter.writeAttributeValue(String localName, boolean alwaysWriteEmptyString, Object value)
          Writes the attribute value.
 void EwsServiceXmlWriter.writeAttributeValue(String localName, Object value)
          Writes the attribute value.
 void EwsServiceXmlWriter.writeAttributeValue(String namespacePrefix, String localName, Object value)
          Writes the attribute value.
 void EwsServiceXmlWriter.writeElementValue(XmlNamespace xmlNamespace, String localName, Object value)
          Writes the element value.
 void EwsServiceXmlWriter.writeElementValue(XmlNamespace xmlNamespace, String localName, String displayName, Object value)
          Writes the element value.
 void PropertySet.writeToXml(EwsServiceXmlWriter writer, ServiceObjectType serviceObjectType)
          Writes the property set to XML.
 void EwsServiceXmlWriter.writeValue(String value, String name)
          Writes string value.
 

Uses of ServiceXmlSerializationException in microsoft.exchange.webservices.data.core.request
 

Methods in microsoft.exchange.webservices.data.core.request that throw ServiceXmlSerializationException
protected  void SubscribeToPushNotificationsRequest.internalWriteElementsToXml(EwsServiceXmlWriter writer)
           
protected  void SubscribeToPullNotificationsRequest.internalWriteElementsToXml(EwsServiceXmlWriter writer)
          Reads response elements from XML.
protected  void UpdateItemRequest.writeAttributesToXml(EwsServiceXmlWriter writer)
           
protected  void ServiceRequestBase.writeAttributesToXml(EwsServiceXmlWriter writer)
          Writes XML attribute.
protected  void SendItemRequest.writeAttributesToXml(EwsServiceXmlWriter writer)
          Writes the attribute to XML.
protected  void ResolveNamesRequest.writeAttributesToXml(EwsServiceXmlWriter writer)
          Writes the attribute to XML.
protected  void GetDelegateRequest.writeAttributesToXml(EwsServiceXmlWriter writer)
          Writes XML attribute.
protected  void FindConversationRequest.writeAttributesToXml(EwsServiceXmlWriter writer)
          Writes XML attribute.
protected  void EmptyFolderRequest.writeAttributesToXml(EwsServiceXmlWriter writer)
          Writes XML attribute.
protected  void DeleteItemRequest.writeAttributesToXml(EwsServiceXmlWriter writer)
          Writes XML attribute.
protected  void UnsubscribeRequest.writeElementsToXml(EwsServiceXmlWriter writer)
          Writes XML elements.
protected  void GetUserOofSettingsRequest.writeElementsToXml(EwsServiceXmlWriter writer)
          Validate request.
protected  void GetStreamingEventsRequest.writeElementsToXml(EwsServiceXmlWriter writer)
          Writes the elements to XML writer.
protected  void GetServerTimeZonesRequest.writeElementsToXml(EwsServiceXmlWriter writer)
          Writes XML elements.
protected  void GetInboxRulesRequest.writeElementsToXml(EwsServiceXmlWriter writer)
          Writes XML elements.
protected  void GetEventsRequest.writeElementsToXml(EwsServiceXmlWriter writer)
          Writes the elements to XML writer.
protected  void GetAttachmentRequest.writeElementsToXml(EwsServiceXmlWriter writer)
          Writes XML elements.
protected  void ExecuteDiagnosticMethodRequest.writeElementsToXml(EwsServiceXmlWriter writer)
          Writes XML elements.
protected  void ConvertIdRequest.writeElementsToXml(EwsServiceXmlWriter writer)
          Writes XML elements.
 

Uses of ServiceXmlSerializationException in microsoft.exchange.webservices.data.messaging
 

Methods in microsoft.exchange.webservices.data.messaging that throw ServiceXmlSerializationException
 void PhoneCallId.writeAttributesToXml(EwsServiceXmlWriter writer)
          Writes attribute to XML.
 

Uses of ServiceXmlSerializationException in microsoft.exchange.webservices.data.misc.availability
 

Methods in microsoft.exchange.webservices.data.misc.availability that throw ServiceXmlSerializationException
 void TimeWindow.writeToXml(EwsServiceXmlWriter writer, String xmlElementName)
          Writes to XML.
 void OofReply.writeToXml(EwsServiceXmlWriter writer, String xmlElementName)
          Writes to XML.
protected  void TimeWindow.writeToXmlUnscopedDatesOnly(EwsServiceXmlWriter writer, String xmlElementName)
          Writes to XML without scoping the dates and without emitting times.
 

Uses of ServiceXmlSerializationException in microsoft.exchange.webservices.data.misc.id
 

Methods in microsoft.exchange.webservices.data.misc.id that throw ServiceXmlSerializationException
protected  void AlternatePublicFolderItemId.writeAttributesToXml(EwsServiceXmlWriter writer)
          Writes the attribute to XML.
protected  void AlternatePublicFolderId.writeAttributesToXml(EwsServiceXmlWriter writer)
          Writes the attribute to XML.
protected  void AlternateIdBase.writeAttributesToXml(EwsServiceXmlWriter writer)
          Writes the attribute to XML.
protected  void AlternateId.writeAttributesToXml(EwsServiceXmlWriter writer)
          Gets the name of the XML element.
 void AlternateIdBase.writeToXml(EwsServiceXmlWriter writer)
          Writes to XML.
 

Uses of ServiceXmlSerializationException in microsoft.exchange.webservices.data.property.complex
 

Methods in microsoft.exchange.webservices.data.property.complex that throw ServiceXmlSerializationException
 void UniqueBody.writeAttributesToXml(EwsServiceXmlWriter writer)
          Writes attributes from XML.
 void ServiceId.writeAttributesToXml(EwsServiceXmlWriter writer)
          Writes attribute to XML.
 void SearchFolderParameters.writeAttributesToXml(EwsServiceXmlWriter writer)
          Writes the attribute to XML.
 void RecurringAppointmentMasterId.writeAttributesToXml(EwsServiceXmlWriter writer)
          Writes attribute to XML.
 void MimeContent.writeAttributesToXml(EwsServiceXmlWriter writer)
          Writes attribute to XML.
 void MessageBody.writeAttributesToXml(EwsServiceXmlWriter writer)
          Writes attribute to XML.
 void MeetingTimeZone.writeAttributesToXml(EwsServiceXmlWriter writer)
          Writes the attribute to XML.
 void InternetMessageHeader.writeAttributesToXml(EwsServiceXmlWriter writer)
          Writes the attribute to XML.
 void GroupMember.writeAttributesToXml(EwsServiceXmlWriter writer)
          Writes the member key attribute to XML.
 void FolderId.writeAttributesToXml(EwsServiceXmlWriter writer)
          Writes attribute to XML.
 void EmailAddressEntry.writeAttributesToXml(EwsServiceXmlWriter writer)
          Writes the attribute to XML.
 void DictionaryEntryProperty.writeAttributesToXml(EwsServiceXmlWriter writer)
          Writes the attribute to XML.
 void ComplexProperty.writeAttributesToXml(EwsServiceXmlWriter writer)
          Writes the attribute to XML.
 void AppointmentOccurrenceId.writeAttributesToXml(EwsServiceXmlWriter writer)
          Gets the name of the XML element.
protected  boolean PhysicalAddressEntry.writeDeleteUpdateToXml(EwsServiceXmlWriter writer, ServiceObject ewsObject)
          Writes the delete update to XML.
 boolean ExtendedPropertyCollection.writeDeleteUpdateToXml(EwsServiceXmlWriter writer, ServiceObject ewsObject)
          Writes the deletion update to XML.
protected  boolean DictionaryEntryProperty.writeDeleteUpdateToXml(EwsServiceXmlWriter writer, ServiceObject ewsObject)
          Writes the delete update to XML.
 void UserId.writeElementsToXml(EwsServiceXmlWriter writer)
          Writes elements to XML.
 void UserConfigurationDictionary.writeElementsToXml(EwsServiceXmlWriter writer)
          Writes elements to XML.
 void UniqueBody.writeElementsToXml(EwsServiceXmlWriter writer)
          Writes elements to XML.
 void StringList.writeElementsToXml(EwsServiceXmlWriter writer)
          Writes elements to XML.
 void RulePredicateSizeRange.writeElementsToXml(EwsServiceXmlWriter writer)
          Writes elements to XML.
 void RulePredicateDateRange.writeElementsToXml(EwsServiceXmlWriter writer)
          Writes elements to XML.
 void PhysicalAddressEntry.writeElementsToXml(EwsServiceXmlWriter writer)
          Writes elements to XML.
 void PhoneNumberEntry.writeElementsToXml(EwsServiceXmlWriter writer)
          Writes elements to XML.
 void MessageBody.writeElementsToXml(EwsServiceXmlWriter writer)
          Writes elements to XML.
 void Mailbox.writeElementsToXml(EwsServiceXmlWriter writer)
          Writes elements to XML.
 void InternetMessageHeader.writeElementsToXml(EwsServiceXmlWriter writer)
          Writes elements to XML.
 void ImAddressEntry.writeElementsToXml(EwsServiceXmlWriter writer)
          Writes elements to XML.
 void ExtendedProperty.writeElementsToXml(EwsServiceXmlWriter writer)
          Writes elements to XML.
 void EmailAddressEntry.writeElementsToXml(EwsServiceXmlWriter writer)
          Writes elements to XML.
 void DeleteRuleOperation.writeElementsToXml(EwsServiceXmlWriter writer)
          Writes elements to XML.
protected  boolean PhysicalAddressEntry.writeSetUpdateToXml(EwsServiceXmlWriter writer, ServiceObject ewsObject, String ownerDictionaryXmlElementName)
          Writes the update to XML.
protected  boolean DictionaryEntryProperty.writeSetUpdateToXml(EwsServiceXmlWriter writer, ServiceObject ewsObject, String ownerDictionaryXmlElementName)
          Writes the set update to XML.
 

Uses of ServiceXmlSerializationException in microsoft.exchange.webservices.data.property.complex.recurrence
 

Methods in microsoft.exchange.webservices.data.property.complex.recurrence that throw ServiceXmlSerializationException
 void DayOfTheWeekCollection.writeToXml(EwsServiceXmlWriter writer, String xmlElementName)
          Gets the request version.
 

Uses of ServiceXmlSerializationException in microsoft.exchange.webservices.data.property.complex.recurrence.range
 

Methods in microsoft.exchange.webservices.data.property.complex.recurrence.range that throw ServiceXmlSerializationException
 void RecurrenceRange.writeElementsToXml(EwsServiceXmlWriter writer)
          Writes elements to XML..
 void NumberedRecurrenceRange.writeElementsToXml(EwsServiceXmlWriter writer)
          Writes the elements to XML..
 void EndDateRecurrenceRange.writeElementsToXml(EwsServiceXmlWriter writer)
          Writes the elements to XML.
 

Uses of ServiceXmlSerializationException in microsoft.exchange.webservices.data.property.complex.time
 

Methods in microsoft.exchange.webservices.data.property.complex.time that throw ServiceXmlSerializationException
 void TimeZoneTransitionGroup.writeAttributesToXml(EwsServiceXmlWriter writer)
          Writes the attribute to XML.
 void TimeZonePeriod.writeAttributesToXml(EwsServiceXmlWriter writer)
          Writes the attribute to XML.
 void TimeZoneDefinition.writeAttributesToXml(EwsServiceXmlWriter writer)
          Writes the attribute to XML.
 void TimeZoneTransition.writeElementsToXml(EwsServiceXmlWriter writer)
          Writes elements to XML.
 void AbsoluteDateTransition.writeElementsToXml(EwsServiceXmlWriter writer)
          Writes elements to XML.
 

Uses of ServiceXmlSerializationException in microsoft.exchange.webservices.data.property.definition
 

Methods in microsoft.exchange.webservices.data.property.definition that throw ServiceXmlSerializationException
protected  void ServiceObjectPropertyDefinition.writeAttributesToXml(EwsServiceXmlWriter writer)
          Writes the attribute to XML.
protected abstract  void PropertyDefinitionBase.writeAttributesToXml(EwsServiceXmlWriter writer)
          Writes the attribute to XML.
protected  void IndexedPropertyDefinition.writeAttributesToXml(EwsServiceXmlWriter writer)
          Writes the attribute to XML.
protected  void GroupMemberPropertyDefinition.writeAttributesToXml(EwsServiceXmlWriter writer)
          Writes the attribute to XML.
protected  void ExtendedPropertyDefinition.writeAttributesToXml(EwsServiceXmlWriter writer)
          Writes the attribute to XML.
 void StartTimeZonePropertyDefinition.writeToXml(EwsServiceXmlWriter writer)
          Writes to XML.
 void PropertyDefinitionBase.writeToXml(EwsServiceXmlWriter writer)
          Writes to XML.
 

Uses of ServiceXmlSerializationException in microsoft.exchange.webservices.data.search
 

Methods in microsoft.exchange.webservices.data.search that throw ServiceXmlSerializationException
protected abstract  void ViewBase.internalWriteSearchSettingsToXml(EwsServiceXmlWriter writer, Grouping groupBy)
          Writes the search settings to XML.
protected  void PagedView.internalWriteSearchSettingsToXml(EwsServiceXmlWriter writer, Grouping groupBy)
          Internals the write search settings to XML.
protected  void ItemView.internalWriteSearchSettingsToXml(EwsServiceXmlWriter writer, Grouping groupBy)
          Internals the write search settings to XML.
protected  void ConversationIndexedItemView.internalWriteSearchSettingsToXml(EwsServiceXmlWriter writer, Grouping groupBy)
          Internals the write search settings to XML.
protected  void ViewBase.internalWriteViewToXml(EwsServiceXmlWriter writer)
          Writes this view to XML.
abstract  void ViewBase.writeAttributesToXml(EwsServiceXmlWriter writer)
          Writes the attribute to XML.
 void ItemView.writeAttributesToXml(EwsServiceXmlWriter writer)
          Writes the attribute to XML.
 void CalendarView.writeAttributesToXml(EwsServiceXmlWriter writer)
          Writes the attribute to XML.
abstract  void ViewBase.writeOrderByToXml(EwsServiceXmlWriter writer)
          Writes OrderBy property to XML.
 void PagedView.writeOrderByToXml(EwsServiceXmlWriter writer)
          Writes OrderBy property to XML.
 void ItemView.writeOrderByToXml(EwsServiceXmlWriter writer)
          Writes OrderBy property to XML.
 void ConversationIndexedItemView.writeOrderByToXml(EwsServiceXmlWriter writer)
          Writes OrderBy property to XML.
protected  void Grouping.writeToXml(EwsServiceXmlWriter writer)
          Writes to XML.
protected  void OrderByCollection.writeToXml(EwsServiceXmlWriter writer, String xmlElementName)
          Writes to XML.
 

Uses of ServiceXmlSerializationException in microsoft.exchange.webservices.data.search.filter
 

Methods in microsoft.exchange.webservices.data.search.filter that throw ServiceXmlSerializationException
 void SearchFilter.ContainsSubstring.writeAttributesToXml(EwsServiceXmlWriter writer)
          Writes the attribute to XML.
 void SearchFilter.ContainsSubstring.writeElementsToXml(EwsServiceXmlWriter writer)
          Writes the elements to Xml.
 void SearchFilter.ExcludesBitmask.writeElementsToXml(EwsServiceXmlWriter writer)
          Writes the elements to XML.
 void SearchFilter.PropertyBasedFilter.writeElementsToXml(EwsServiceXmlWriter writer)
          Writes the elements to XML.
 void SearchFilter.RelationalFilter.writeElementsToXml(EwsServiceXmlWriter writer)
          Writes the elements to XML.
 



Copyright © 2012–2015 Microsoft. All rights reserved.