|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.jackrabbit.webdav.Status
public class Status
Status encapsulating the 'status' present in multistatus
responses.
| Field Summary |
|---|
| Constructor Summary | |
|---|---|
Status(int code)
|
|
Status(java.lang.String version,
int code,
java.lang.String phrase)
|
|
| Method Summary | |
|---|---|
int |
getStatusCode()
|
static Status |
parse(java.lang.String statusLine)
Parse the given status line and return a new Status object. |
org.w3c.dom.Element |
toXml(org.w3c.dom.Document document)
Returns the xml representation of the implementing object as Element. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Status(int code)
public Status(java.lang.String version,
int code,
java.lang.String phrase)
| Method Detail |
|---|
public int getStatusCode()
public org.w3c.dom.Element toXml(org.w3c.dom.Document document)
XmlSerializableElement. The given Document is used
as factory and represents the owner document of the returned DOM element.
toXml in interface XmlSerializabledocument - to be used as factory.
XmlSerializable.toXml(Document)public static Status parse(java.lang.String statusLine)
Status object.
statusLine -
Status
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||