com.bradmcevoy.http.webdav
Class PropFindResponse

java.lang.Object
  extended by 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.
 
Constructor Summary
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)
           
 
Method Summary
 java.util.Map<Response.Status,java.util.List<PropFindResponse.NameAndError>> getErrorProperties()
           
 java.lang.String getHref()
           
 java.util.Map<javax.xml.namespace.QName,ValueAndType> getKnownProperties()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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)
Method Detail

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.