net.java.dev.webdav.jaxrs.xml.elements
Class Response

java.lang.Object
  extended by net.java.dev.webdav.jaxrs.xml.elements.Response

public final class Response
extends java.lang.Object

WebDAV response XML Element.

Author:
Markus KARG (mkarg@users.dev.java.net)
See Also:
Chapter 14.24 "response XML Element" of RFC 4918 "HTTP Extensions for Web Distributed Authoring and Versioning (WebDAV)"

Constructor Summary
Response(HRef hRef, Error error, ResponseDescription responseDescription, Location location, PropStat propStat, PropStat... propStats)
           
Response(Status status, Error error, ResponseDescription responseDescription, Location location, HRef hRef, HRef... hRefs)
           
 
Method Summary
 Error getError()
           
 java.util.List<HRef> getHRefs()
           
 Location getLocation()
           
 java.util.List<PropStat> getPropStats()
           
 ResponseDescription getResponseDescription()
           
 Status getStatus()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Response

public Response(HRef hRef,
                Error error,
                ResponseDescription responseDescription,
                Location location,
                PropStat propStat,
                PropStat... propStats)

Response

public Response(Status status,
                Error error,
                ResponseDescription responseDescription,
                Location location,
                HRef hRef,
                HRef... hRefs)
Method Detail

getHRefs

public final java.util.List<HRef> getHRefs()

getStatus

public final Status getStatus()

getError

public final Error getError()

getResponseDescription

public final ResponseDescription getResponseDescription()

getLocation

public final Location getLocation()

getPropStats

public final java.util.List<PropStat> getPropStats()


Copyright © 2008-2009 The java.net WebDAV Project. All Rights Reserved.