merged from trunk

git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/branches/common/common-fw-clients/1.0@83984 82a268e6-3cf1-43bd-a215-b396298e98cf
smartgears_4
fabio.simeoni 11 years ago
parent 16866bd230
commit c5a284311e

@ -1,5 +1,8 @@
<ReleaseNotes>
<Changeset component="${build.finalName}" date="2013-11-01">
<Changeset component="commmon-fw-clients-1.0.0" date="2013-11-01">
<Change>First Release</Change>
</Changeset>
<Changeset component="${build.finalName}" date="2013-10-10">
<Change>internal refactoring</Change>
</Changeset>
</ReleaseNotes>

@ -8,7 +8,7 @@
</parent>
<groupId>org.gcube.core</groupId>
<artifactId>common-fw-clients</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>
<name>Common Featherweight gCore Client</name>
<description>A binding of the CL Framework to the Featherwieght Stack for gCore service clients.</description>

@ -15,16 +15,8 @@ import org.gcube.common.clients.delegates.ProxyPlugin;
public interface Plugin<S,P> extends ProxyPlugin<EndpointReference, S,P> {
/**
* Returns the gCube class of the service.
*
* @return the gCube class of the service
* Returns the namespace of the service.
* @return the namespace
*/
String serviceClass();
/**
* Returns the gCube name of the service.
*
* @return the gCube name of the service
*/
String serviceName();
String namespace();
}

Loading…
Cancel
Save