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 StringEndpointPresent attribute name.static final StringLocation attribute name.static final StringReferenced namespace attribute name.static final StringTarget namespace attribute name.static final StringXML lang attribute.static final StringXML lang namespace.static final StringXML namespace attribute name.static final StringDefault language for abstract and name elements.static final StringAbstract element name.static final StringDescription element name.static final StringInspection element name.static final StringImport element name.static final StringService name element name.static final StringService element name.static final StringWSIL namespace URI.static final StringXML namespace URI.static final StringXML schema namespace URI.static final StringWSIL namespace name.static final StringXML schema namespace name.static final StringXML 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:
-