Package org.somda.sdc.dpws
Class RFC2396Patterns
- java.lang.Object
-
- org.somda.sdc.dpws.RFC2396Patterns
-
public class RFC2396Patterns extends Object
Constants for the Uniform Resource Identifiers (URI): Generic Syntax.
-
-
Field Summary
Fields Modifier and Type Field Description static StringABS_PATHstatic StringABSOLUTE_URIstatic StringAUTHORITYstatic StringRELATIVE_URIstatic StringURI_REFERENCE
-
-
-
Field Detail
-
AUTHORITY
public static final String AUTHORITY
- See Also:
- Constant Field Values
-
ABS_PATH
public static final String ABS_PATH
- See Also:
- Constant Field Values
-
RELATIVE_URI
public static final String RELATIVE_URI
- See Also:
- Constant Field Values
-
ABSOLUTE_URI
public static final String ABSOLUTE_URI
- See Also:
- Constant Field Values
-
URI_REFERENCE
public static final String URI_REFERENCE
- See Also:
- Constant Field Values
-
-