microsoft.exchange.webservices.data.IGetObjectInstanceDelegate Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of exchange-ws-api Show documentation
Show all versions of exchange-ws-api Show documentation
The source came from http://archive.msdn.microsoft.com/ewsjavaapi
Support for Maven has been added.
/**************************************************************************
* copyright file="IGetObjectInstanceDelegate.java" company="Microsoft"
* Copyright (c) Microsoft Corporation. All rights reserved.
*
* Defines the IGetObjectInstanceDelegate.java.
**************************************************************************/
package microsoft.exchange.webservices.data;
/**
* The Interface GetObjectInstanceDelegateInterface.
*
* @param
* the generic type
*/
interface IGetObjectInstanceDelegate {
/**
* Gets the object instance delegate.
*
* @param service
* the service
* @param xmlElementName
* the xml element name
* @return the object instance delegate
* @throws Exception
* the exception
*/
T getObjectInstanceDelegate(ExchangeService service, String xmlElementName)
throws Exception;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy