org.systinet.wasp.management.services.wsdiscovery
Class Constants

java.lang.Object
  extended byorg.systinet.wasp.management.services.wsdiscovery.Constants
All Implemented Interfaces:
java.io.Serializable

public class Constants
extends java.lang.Object
implements java.io.Serializable

WS discovery service constants.

Since:
4.0
See Also:
Serialized Form
Component:
WSDiscovery-US

Field Summary
static int BINDING_TEMPLATE
           
static int BUSINESS_ENTITY
           
static int BUSINESS_SERVICE
           
static int COMMON_REGISTRY_CHECK
          Check inquiry and publishing port accessibility.
static int EXTENDED_REGISTRY_CHECK
          Check inquiry and publishing port accessibility & Systinet well known tModel presence.
static int NO_REGISTRY_CHECK
          Do no registry check.
static int SYSTINET_APPROACH_1_0
          Using Systinet's approach.
static int SYSTINET_APPROACH_1_0_EXTENDED
          Using Systinet's approach with extended categorization.
static int TMODEL
           
static int UDDI_ORG_BEST_PRACTICE_1_05
          According to uddi.org best practice document.
static int UDDI_ORG_BEST_PRACTICE_1_05_EXTENDED
          According to uddi.org best practice document with extended categorization.
static int UNSPECIFIED
          Unspecified.
static int VERSION_1
          Version 1 registry.
static int VERSION_2
          Version 2 registry.
static int VERSION_3
          Version 3 registry.
static int VOID_ENTITY
           
 
Constructor Summary
Constants()
           
 
Method Summary
static java.lang.String getString(int constant)
          Maps contstants to strings.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VOID_ENTITY

public static final int VOID_ENTITY
See Also:
Constant Field Values

BUSINESS_ENTITY

public static final int BUSINESS_ENTITY
See Also:
Constant Field Values

BUSINESS_SERVICE

public static final int BUSINESS_SERVICE
See Also:
Constant Field Values

BINDING_TEMPLATE

public static final int BINDING_TEMPLATE
See Also:
Constant Field Values

TMODEL

public static final int TMODEL
See Also:
Constant Field Values

UNSPECIFIED

public static final int UNSPECIFIED
Unspecified.

See Also:
Constant Field Values

UDDI_ORG_BEST_PRACTICE_1_05

public static final int UDDI_ORG_BEST_PRACTICE_1_05
According to uddi.org best practice document.

See Also:
Constant Field Values

UDDI_ORG_BEST_PRACTICE_1_05_EXTENDED

public static final int UDDI_ORG_BEST_PRACTICE_1_05_EXTENDED
According to uddi.org best practice document with extended categorization.

See Also:
Constant Field Values

SYSTINET_APPROACH_1_0

public static final int SYSTINET_APPROACH_1_0
Using Systinet's approach.

See Also:
Constant Field Values

SYSTINET_APPROACH_1_0_EXTENDED

public static final int SYSTINET_APPROACH_1_0_EXTENDED
Using Systinet's approach with extended categorization.

See Also:
Constant Field Values

NO_REGISTRY_CHECK

public static final int NO_REGISTRY_CHECK
Do no registry check.

See Also:
Constant Field Values

COMMON_REGISTRY_CHECK

public static final int COMMON_REGISTRY_CHECK
Check inquiry and publishing port accessibility.

See Also:
Constant Field Values

EXTENDED_REGISTRY_CHECK

public static final int EXTENDED_REGISTRY_CHECK
Check inquiry and publishing port accessibility & Systinet well known tModel presence.

See Also:
Constant Field Values

VERSION_1

public static final int VERSION_1
Version 1 registry.

See Also:
Constant Field Values

VERSION_2

public static final int VERSION_2
Version 2 registry.

See Also:
Constant Field Values

VERSION_3

public static final int VERSION_3
Version 3 registry.

See Also:
Constant Field Values
Constructor Detail

Constants

public Constants()
Method Detail

getString

public static java.lang.String getString(int constant)
Maps contstants to strings.

Returns:
a string representation of the constant.