org.gcube.data.tml
Class Constants

java.lang.Object
  extended by org.gcube.data.tml.Constants

public class Constants
extends Object

Library-wide constants.

Author:
Fabio Simeoni

Field Summary
static org.gcube.common.clients.stubs.jaxws.GCoreService<TBinderStub> binder
          TBinder service descriptor
static String binderPortType
          WSDL name of the the TBinder port-type.
static String binderWSDDName
          Relative endpoint of the Binder service.
static QName binderWSDLName
          WSDL name of the TBinder service.
static String gcubeClass
          Service class.
static String gcubeName
          Service name.
static String namespace
          Namespace.
static org.gcube.common.clients.stubs.jaxws.GCoreService<TReaderStub> reader
          TReader service descriptor
static String readerPortType
          WSDL name of the the TReader port-type.
static String readerWSDDName
          Relative endpoint of the Reader service.
static QName readerWSDLName
          WSDL name of the TReader service.
static org.gcube.common.clients.stubs.jaxws.GCoreService<TWriterStub> writer
          TWriter service descriptor
static String writerPortType
          WSDL name of the the TWriter port-type.
static String writerWSDDName
          Relative endpoint of the Writer service.
static QName writerWSDLName
          WSDL name of the TWriter service.
 
Constructor Summary
Constants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

gcubeName

public static final String gcubeName
Service name.

See Also:
Constant Field Values

gcubeClass

public static final String gcubeClass
Service class.

See Also:
Constant Field Values

binderWSDDName

public static final String binderWSDDName
Relative endpoint of the Binder service.

See Also:
Constant Field Values

readerWSDDName

public static final String readerWSDDName
Relative endpoint of the Reader service.

See Also:
Constant Field Values

writerWSDDName

public static final String writerWSDDName
Relative endpoint of the Writer service.

See Also:
Constant Field Values

namespace

public static final String namespace
Namespace.

See Also:
Constant Field Values

binderWSDLName

public static final QName binderWSDLName
WSDL name of the TBinder service.


binderPortType

public static final String binderPortType
WSDL name of the the TBinder port-type.

See Also:
Constant Field Values

binder

public static org.gcube.common.clients.stubs.jaxws.GCoreService<TBinderStub> binder
TBinder service descriptor


readerWSDLName

public static final QName readerWSDLName
WSDL name of the TReader service.


readerPortType

public static final String readerPortType
WSDL name of the the TReader port-type.

See Also:
Constant Field Values

reader

public static org.gcube.common.clients.stubs.jaxws.GCoreService<TReaderStub> reader
TReader service descriptor


writerWSDLName

public static final QName writerWSDLName
WSDL name of the TWriter service.


writerPortType

public static final String writerPortType
WSDL name of the the TWriter port-type.

See Also:
Constant Field Values

writer

public static org.gcube.common.clients.stubs.jaxws.GCoreService<TWriterStub> writer
TWriter service descriptor

Constructor Detail

Constants

public Constants()


Copyright © 2014. All Rights Reserved.