microsoft.exchange.webservices.data.core.response
Interface IGetObjectInstanceDelegate<T extends ServiceObject>

Type Parameters:
T - the generic type
All Known Implementing Classes:
CreateFolderResponse, CreateItemResponse, CreateResponseObjectResponse, GetFolderResponse, GetItemResponse, MoveCopyFolderResponse, MoveCopyItemResponse, UpdateFolderResponse, UpdateItemResponse

public interface IGetObjectInstanceDelegate<T extends ServiceObject>

The Interface GetObjectInstanceDelegateInterface.


Method Summary
 T getObjectInstanceDelegate(ExchangeService service, String xmlElementName)
          Gets the object instance delegate.
 

Method Detail

getObjectInstanceDelegate

T getObjectInstanceDelegate(ExchangeService service,
                            String xmlElementName)
                                                  throws Exception
Gets the object instance delegate.

Parameters:
service - the service
xmlElementName - the xml element name
Returns:
the object instance delegate
Throws:
Exception - the exception


Copyright © 2012–2015 Microsoft. All rights reserved.