Package org.gcube.common.calls.jaxws
Class GcubeService<T>
- java.lang.Object
-
- org.gcube.common.calls.jaxws.GcubeService<T>
-
public class GcubeService<T> extends Object
-
-
Constructor Summary
Constructors Constructor Description GcubeService(QName name, Class<T> type)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description org.gcube.common.calls.Callcall()QNamename()static GcubeServiceBuilderDSL.NameClauseservice()Starts the bulding process for aGcubeService.Class<T>type()
-
-
-
Method Detail
-
service
public static GcubeServiceBuilderDSL.NameClause service()
Starts the bulding process for aGcubeService.- Returns:
- the service
-
name
public QName name()
-
call
public org.gcube.common.calls.Call call()
-
-