org.gcube.common.calls.jaxws
Class GcubeService<T>

java.lang.Object
  extended by org.gcube.common.calls.jaxws.GcubeService<T>

public class GcubeService<T>
extends Object


Constructor Summary
GcubeService(QName name, Class<T> type)
           
 
Method Summary
 org.gcube.common.calls.Call call()
           
 QName name()
           
static GcubeServiceBuilderDSL.NameClause service()
          Starts the bulding process for a GcubeService.
 Class<T> type()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GcubeService

public GcubeService(QName name,
                    Class<T> type)
Method Detail

service

public static GcubeServiceBuilderDSL.NameClause service()
Starts the bulding process for a GcubeService.

Returns:
the service

name

public QName name()

type

public Class<T> type()

call

public org.gcube.common.calls.Call call()


Copyright © 2014. All Rights Reserved.