org.gcube.tools.sam.istester.plugin
Class Constants

java.lang.Object
  extended by org.gcube.tools.sam.istester.plugin.Constants

public class Constants
extends java.lang.Object

Author:
Andrea Manzi(CERN)

Field Summary
static java.lang.String ISCollectorPortTypeName
           
static java.lang.String ISCollectorServiceName
           
static java.lang.String ISNotifierPortTypeName
           
static java.lang.String ISNotifierServiceName
           
static java.lang.String ISRegistryPortTypeName
           
static java.lang.String ISRegistryServiceName
           
 
Constructor Summary
Constants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ISRegistryServiceName

public static java.lang.String ISRegistryServiceName

ISRegistryPortTypeName

public static java.lang.String ISRegistryPortTypeName

ISCollectorServiceName

public static java.lang.String ISCollectorServiceName

ISCollectorPortTypeName

public static java.lang.String ISCollectorPortTypeName

ISNotifierServiceName

public static java.lang.String ISNotifierServiceName

ISNotifierPortTypeName

public static java.lang.String ISNotifierPortTypeName
Constructor Detail

Constants

public Constants()