package org.gcube.common.clients.gcore.plugins; import org.apache.axis.message.addressing.EndpointReferenceType; import org.gcube.common.clients.delegates.ProxyPlugin; /** * A {@link ProxyPlugin} for gCore services * * @author Fabio Simeoni * * @param the type of service proxies * @param

the type of service stubs */ public interface Plugin extends ProxyPlugin { /** * Returns the namespace of the service * @return the namespace */ String namespace(); }