org.gcube.common.clients.fw.plugin
Interface Plugin<S,P>

Type Parameters:
S - the type of service stubs
P - the type of service proxies
All Superinterfaces:
org.gcube.common.clients.delegates.ProxyPlugin<EndpointReference,S,P>

public interface Plugin<S,P>
extends org.gcube.common.clients.delegates.ProxyPlugin<EndpointReference,S,P>

A ProxyPlugin for gCore services.

Author:
Fabio Simeoni

Method Summary
 String namespace()
          Returns the namespace of the service.
 
Methods inherited from interface org.gcube.common.clients.delegates.ProxyPlugin
convert, name, newProxy, resolve, serviceClass, serviceName
 

Method Detail

namespace

String namespace()
Returns the namespace of the service.

Specified by:
namespace in interface org.gcube.common.clients.delegates.ProxyPlugin<EndpointReference,S,P>
Returns:
the namespace


Copyright © 2013. All Rights Reserved.