Interface BindConstants
-
public interface BindConstantsBindConstantsprovide 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 StringMETHODSstatic NamespaceNAMESPACEThe namespacestatic DavPropertyNamePARENTSETstatic DavPropertyNameRESOURCEIDstatic StringXML_BINDlocal names of XML elements used in the request bodies of the methods BIND, REBIND and UNBIND.static StringXML_HREFstatic StringXML_PARENTstatic StringXML_REBINDstatic StringXML_SEGMENTstatic StringXML_UNBIND
-
-
-
Field Detail
-
NAMESPACE
static final Namespace NAMESPACE
The namespace
-
XML_BIND
static final 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 String XML_REBIND
- See Also:
- Constant Field Values
-
XML_UNBIND
static final String XML_UNBIND
- See Also:
- Constant Field Values
-
XML_SEGMENT
static final String XML_SEGMENT
- See Also:
- Constant Field Values
-
XML_HREF
static final String XML_HREF
- See Also:
- Constant Field Values
-
XML_PARENT
static final String XML_PARENT
- See Also:
- Constant Field Values
-
METHODS
static final String METHODS
- See Also:
- Constant Field Values
-
RESOURCEID
static final DavPropertyName RESOURCEID
-
PARENTSET
static final DavPropertyName PARENTSET
-
-