com.bradmcevoy.http.webdav
Class PropFindResponse
java.lang.Object
com.bradmcevoy.http.webdav.PropFindResponse
public class PropFindResponse
- extends java.lang.Object
|
Nested Class Summary |
static class |
PropFindResponse.NameAndError
Carries the qualified name of a field in error, and an optional attribute
with textual information describing the error. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropFindResponse
public PropFindResponse(java.lang.String href,
java.util.Map<javax.xml.namespace.QName,ValueAndType> knownProperties,
java.util.Map<Response.Status,java.util.List<PropFindResponse.NameAndError>> errorProperties)
getHref
public java.lang.String getHref()
getKnownProperties
public java.util.Map<javax.xml.namespace.QName,ValueAndType> getKnownProperties()
getErrorProperties
public java.util.Map<Response.Status,java.util.List<PropFindResponse.NameAndError>> getErrorProperties()
Copyright © 2011. All Rights Reserved.