org.gcube.common.calls.jaxws
Interface GcubeServiceBuilderDSL.StubClause

All Known Implementing Classes:
GcubeServiceBuilder
Enclosing interface:
GcubeServiceBuilderDSL

public static interface GcubeServiceBuilderDSL.StubClause

The clause that sets the stub interface of the target service.

Author:
Fabio Simeoni

Method Summary
<T> GcubeService<T>
andInterface(Class<T> type)
          Sets the stub interface of the target service.
 

Method Detail

andInterface

<T> GcubeService<T> andInterface(Class<T> type)
Sets the stub interface of the target service.

Parameters:
type - the interface
Returns:
the GCoreService that described the target service.


Copyright © 2014. All Rights Reserved.