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

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

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

This class contains UUIDs of well known tModels (defined by UDDI specification) as well as instances of Systinet well known tModels - these are identified by name and identifier bag which holds the following record within it:

  uuid/uuid:5fcf5cd0-629a-4c50-8b16-...
 
Which should stay for something like pseudo well known UUID.

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

Field Summary
static int SYSTINET_COM_WASP_SERVER
           
static int SYSTINET_ORG_MIME
           
static int SYSTINET_ORG_SOAP
           
static int UDDI_ORG_FTP
           
static int UDDI_ORG_GENERAL_KEYWORDS
           
static int UDDI_ORG_HOMEPAGE
           
static int UDDI_ORG_HTTP
           
static int UDDI_ORG_OPERATORS
           
static int UDDI_ORG_SMTP
           
static int UDDI_ORG_TYPES
           
static java.lang.String[] uuids
          UUID resource for uddi.org well known tModels.
 
Constructor Summary
WellKnownTModels()
          Default constructor.
 
Method Summary
static java.lang.String idToUuid(int tModelId)
          Get well known tModel UUID using its ID.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

UDDI_ORG_FTP

public static final int UDDI_ORG_FTP
See Also:
Constant Field Values

UDDI_ORG_HTTP

public static final int UDDI_ORG_HTTP
See Also:
Constant Field Values

UDDI_ORG_SMTP

public static final int UDDI_ORG_SMTP
See Also:
Constant Field Values

UDDI_ORG_TYPES

public static final int UDDI_ORG_TYPES
See Also:
Constant Field Values

UDDI_ORG_GENERAL_KEYWORDS

public static final int UDDI_ORG_GENERAL_KEYWORDS
See Also:
Constant Field Values

UDDI_ORG_OPERATORS

public static final int UDDI_ORG_OPERATORS
See Also:
Constant Field Values

UDDI_ORG_HOMEPAGE

public static final int UDDI_ORG_HOMEPAGE
See Also:
Constant Field Values

SYSTINET_ORG_SOAP

public static final int SYSTINET_ORG_SOAP
See Also:
Constant Field Values

SYSTINET_ORG_MIME

public static final int SYSTINET_ORG_MIME
See Also:
Constant Field Values

SYSTINET_COM_WASP_SERVER

public static final int SYSTINET_COM_WASP_SERVER
See Also:
Constant Field Values

uuids

public static final java.lang.String[] uuids
UUID resource for uddi.org well known tModels.
Use this tModel when you using this class from static context and you are not interested in systinet.org UUIDs.

Constructor Detail

WellKnownTModels

public WellKnownTModels()
Default constructor.

Method Detail

idToUuid

public static java.lang.String idToUuid(int tModelId)
Get well known tModel UUID using its ID.

Parameters:
tModelId - id of the tModel which UUID you want to get.
Returns:
tModel's UUID.