Interface BindConstants
-
public interface BindConstants
BindConstants
provide constants for request and response headers, Xml elements and property names defined by the BIND specification.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
METHODS
static Namespace
NAMESPACE
The namespacestatic DavPropertyName
PARENTSET
static DavPropertyName
RESOURCEID
static java.lang.String
XML_BIND
local names of XML elements used in the request bodies of the methods BIND, REBIND and UNBIND.static java.lang.String
XML_HREF
static java.lang.String
XML_PARENT
static java.lang.String
XML_REBIND
static java.lang.String
XML_SEGMENT
static java.lang.String
XML_UNBIND
-
-
-
Field Detail
-
NAMESPACE
static final Namespace NAMESPACE
The namespace
-
XML_BIND
static final java.lang.String XML_BIND
local names of XML elements used in the request bodies of the methods BIND, REBIND and UNBIND.- See Also:
- Constant Field Values
-
XML_REBIND
static final java.lang.String XML_REBIND
- See Also:
- Constant Field Values
-
XML_UNBIND
static final java.lang.String XML_UNBIND
- See Also:
- Constant Field Values
-
XML_SEGMENT
static final java.lang.String XML_SEGMENT
- See Also:
- Constant Field Values
-
XML_HREF
static final java.lang.String XML_HREF
- See Also:
- Constant Field Values
-
XML_PARENT
static final java.lang.String XML_PARENT
- See Also:
- Constant Field Values
-
METHODS
static final java.lang.String METHODS
- See Also:
- Constant Field Values
-
RESOURCEID
static final DavPropertyName RESOURCEID
-
PARENTSET
static final DavPropertyName PARENTSET
-
-