1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16 package org.apache.juddi.v3.client;
17
18
19
20
21
22 public interface UDDIConstantsV2 {
23
24 public static final String TYPES = ("uuid:C1ACF26D-9672-4404-9D70-39B756E62AB4");
25 public static final String NODE = ("uuid:327A56F0-3299-4461-BC23-5CD513E95C55");
26
27
28
29 public static final String RELATIONSHIPS = ("uuid:807A2C6A-EE22-470D-ADC7-E0424A337C03");
30
31
32
33
34 public static final String OWNING_BUSINESS = ("uuid:4064c064-6d14-4f35-8953-9652106476a9");
35
36
37
38
39
40 public static final String IS_REPLACED_BY = ("uuid:e59ae320-77a5-11d5-b898-0004ac49cc1e");
41
42
43
44
45
46
47 public static final String IS_VALIDATED_BY = ("uuid:25b22e3e-3dfa-3024-b02a-3438b9050b59");
48 public static final String IS_DERIVED_FROM = ("uuid:5678dd4f-f95d-35f9-9ea6-f79a7dd64656");
49
50
51
52
53 public static String ENTITY_KEY_VALUES = ("uuid:916b87bf-0756-3919-8eae-97dfa325e5a4");
54
55 public static String INQUIRY = "uuid:01b9bbff-a8f5-3735-9a5e-5ea5ade7daaf";
56 public static String PUBLISH = "uuid:72ade754-c6cc-315b-b014-7c94791fe15c";
57 public static String SECURITY = "uuid:e4cd70e2-22ec-3032-b1e6-cc31a9d55935";
58 public static String REPLICATION = "uuid:998053a9-8672-3bf3-908a-c82deb4baecf";
59 public static String CUSTODY_TRANSFER = "uuid:07ae0f8f-1bdc-32a7-b8dc-fe1d93d929a7";
60 public static String NODE_TRANSFER = "uuid:215c7844-5e81-347c-a2bf-54023ad463c8";
61 public static String VSV_CACHE = "uuid:a24d9150-cdbb-3cb4-8843-41a5d0547170";
62 public static String VSV_VALIDATE = "uuid:056fc4a2-bea3-30e5-8382-6d61e1ee23ce";
63 public static String SUBSCRIPTION = "uuid:c6eb3d94-8051-3fbb-9320-a6147e266e57";
64 public static String SUBSCRIPTION_LISTENER = "uuid:0f965bee-b120-3a66-bdc2-4908819c1174";
65
66
67
68
69 public static String PROTOCOL_SSLv3 = "uuid:c8aea832-3faf-33c6-b32a-bbfd1b926294";
70
71
72
73 public static String PROTOCOL_SSLv3_CLIENT_CERT = "uuid:9555b5b6-55d4-3b0e-bb17-e084fed4e33f";
74
75
76
77
78 public static String TRANSPORT_HTTP = "uuid:68DE9E80-AD09-469D-8A37-088422BFBC36";
79
80
81
82 public static String TRANSPORT_EMAIL = "uuid:93335D49-3EFB-48A0-ACEA-EA102B60DDC6";
83
84
85
86 public static String TRANSPORT_FTP = "uuid:5FCF5CD0-629A-4C50-8B16-F94E9CF2A674";
87
88
89
90 public static String TRANSPORT_FAX = "uuid:1A2B00BE-6E2C-42F5-875B-56F32686E0E7";
91
92
93
94 public static String TRANSPORT_POTS = "uuid:38E12427-5536-4260-A6F9-B5B530E63A07";
95
96
97
98 }