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

com.afrigis.services.ext.ServiceFactoryAware Maven / Gradle / Ivy

There is a newer version: 3.0.2
Show newest version
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 - 2024 Weber Informatics LLC | Privacy Policy