
com.afrigis.services.ext.ServiceFactoryAware Maven / Gradle / Ivy
package com.afrigis.services.ext;
import com.afrigis.services.ServiceCallFactory;
/**
*
* Interface for service implementing classes that which to receive a reference
* to the factory object that instantiated them.
*
*
* @author hendrikc
*
* @see ServiceCallFactory
*/
public interface ServiceFactoryAware {
/**
* Receives the {@link ServiceCallFactory} that created this instance.
*
* @param factory
* a reference to the factory that created this object
*/
void setServiceFactory(ServiceCallFactory factory);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy