package org.gcube.common.clients; import javax.xml.ws.EndpointReference; import org.gcube.common.clients.delegates.ProxyPlugin; /** * Plugs into the framework to provide information about target endpoints. * * @author Fabio Simeoni * * @param the type of endpoint stubs * @param

the type of endpoint proxies */ public interface Plugin extends ProxyPlugin { }