All Downloads are FREE. Search and download functionalities are using the official Maven repository.

microsoft.exchange.webservices.data.IGetObjectInstanceDelegate Maven / Gradle / Ivy

Go to download

The source came from http://archive.msdn.microsoft.com/ewsjavaapi Support for Maven has been added.

The newest version!
/**************************************************************************
 * 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 - 2024 Weber Informatics LLC | Privacy Policy