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> <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> <Change>First Release</Change>
</Changeset> </Changeset>
<Changeset component="${build.finalName}" date="2013-10-10">
<Change>internal refactoring</Change>
</Changeset>
</ReleaseNotes> </ReleaseNotes>

@ -8,7 +8,7 @@
</parent> </parent>
<groupId>org.gcube.core</groupId> <groupId>org.gcube.core</groupId>
<artifactId>common-fw-clients</artifactId> <artifactId>common-fw-clients</artifactId>
<version>1.0.0-SNAPSHOT</version> <version>1.1.0-SNAPSHOT</version>
<name>Common Featherweight gCore Client</name> <name>Common Featherweight gCore Client</name>
<description>A binding of the CL Framework to the Featherwieght Stack for gCore service clients.</description> <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> { public interface Plugin<S,P> extends ProxyPlugin<EndpointReference, S,P> {
/** /**
* Returns the gCube class of the service. * Returns the namespace of the service.
* * @return the namespace
* @return the gCube class of the service
*/ */
String serviceClass(); String namespace();
/**
* Returns the gCube name of the service.
*
* @return the gCube name of the service
*/
String serviceName();
} }

Loading…
Cancel
Save