Package org.apache.wsil.extension.uddi
Interface UDDIConstants
public interface UDDIConstants
This class contains the constants required to support the UDDI extension elements.
- Version:
- 1.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Business description element name.static final String
Business key element name.static final String
Category bag element name.static final String
Discovery URL element name.static final String
Keyed reference element name.static final String
Service desription element name.static final String
Service key element name.static final String
UDDI API namespace name.static final String
UDDI V1 API namespace URI.static final String
UDDI V2 API namespace URI.static final String
WSIL/UDDI V1 namespace URI.static final String
WSIL/UDDI V2 namespace URI.static final String
WSIL/UDDI namespace name.
-
Field Details
-
NS_URI_UDDI
UDDI V1 API namespace URI.- See Also:
-
NS_URI_UDDI_V2
UDDI V2 API namespace URI.- See Also:
-
NS_UDDI
UDDI API namespace name.- See Also:
-
NS_URI_WSIL_UDDI
WSIL/UDDI V1 namespace URI.- See Also:
-
NS_URI_WSIL_UDDI_V2
WSIL/UDDI V2 namespace URI.- See Also:
-
NS_WSIL_UDDI
WSIL/UDDI namespace name.- See Also:
-
ELEM_BUSINESS_DESCRIPTION
Business description element name.- See Also:
-
ELEM_SERVICE_DESCRIPTION
Service desription element name.- See Also:
-
ELEM_BUSINESS_KEY
Business key element name.- See Also:
-
ELEM_SERVICE_KEY
Service key element name.- See Also:
-
ELEM_DISCOVERY_URL
Discovery URL element name.- See Also:
-
ELEM_CATEGORY_BAG
Category bag element name.- See Also:
-
ELEM_KEYED_REFERENCE
Keyed reference element name.- See Also:
-