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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TgetObjectInstanceDelegate(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 servicexmlElementName- the xml element name- Returns:
- the object instance delegate
- Throws:
Exception- the exception
-
-