Package org.apache.wsil
Interface WSILConstants
public interface WSILConstants
Constants used when processing WS-Inspection documents.
version 1.0
- Author:
- Peter Brittenham
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
EndpointPresent attribute name.static final String
Location attribute name.static final String
Referenced namespace attribute name.static final String
Target namespace attribute name.static final String
XML lang attribute.static final String
XML lang namespace.static final String
XML namespace attribute name.static final String
Default language for abstract and name elements.static final String
Abstract element name.static final String
Description element name.static final String
Inspection element name.static final String
Import element name.static final String
Service name element name.static final String
Service element name.static final String
WSIL namespace URI.static final String
XML namespace URI.static final String
XML schema namespace URI.static final String
WSIL namespace name.static final String
XML schema namespace name.static final String
XML declaration statement.
-
Field Details
-
XML_DECL
XML declaration statement.- See Also:
-
NS_URI_XMLNS
XML namespace URI.- See Also:
-
NS_URI_XSD
XML schema namespace URI.- See Also:
-
NS_XSD
XML schema namespace name.- See Also:
-
NS_URI_WSIL
WSIL namespace URI.- See Also:
-
NS_WSIL
WSIL namespace name.- See Also:
-
DEF_LANG
Default language for abstract and name elements.- See Also:
-
ELEM_INSPECTION
Inspection element name.- See Also:
-
ELEM_SERVICE
Service element name.- See Also:
-
ELEM_NAME
Service name element name.- See Also:
-
ELEM_DESCRIPTION
Description element name.- See Also:
-
ELEM_LINK
Import element name.- See Also:
-
ELEM_ABSTRACT
Abstract element name.- See Also:
-
ATTR_XMLNS
XML namespace attribute name.- See Also:
-
ATTR_XML_NS
XML lang namespace.- See Also:
-
ATTR_XML_LANG
XML lang attribute.- See Also:
-
ATTR_TARGET_NAMESPACE
Target namespace attribute name.- See Also:
-
ATTR_REF_NAMESPACE
Referenced namespace attribute name.- See Also:
-
ATTR_LOCATION
Location attribute name.- See Also:
-
ATTR_ENDPOINT_PRESENT
EndpointPresent attribute name.- See Also:
-