org.apache.wvcm.store.webdav.response
Class ProppatchMultistatusResponse

java.lang.Object
  extended by org.apache.wvcm.store.webdav.response.ProppatchMultistatusResponse

public class ProppatchMultistatusResponse
extends java.lang.Object

Handler for multistatus response bodies from PROPPATCH.

Version:
$Revision: 1.1.1.1.2.3 $

Nested Class Summary
static class ProppatchMultistatusResponse.Propstat
           
 
Constructor Summary
ProppatchMultistatusResponse(Resource resource, java.io.InputStream respBodyAsStream)
          Create handler from given input stream.
 
Method Summary
 java.util.List getPropstatList(boolean failedOnly)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProppatchMultistatusResponse

public ProppatchMultistatusResponse(Resource resource,
                                    java.io.InputStream respBodyAsStream)
                             throws WvcmException
Create handler from given input stream.

Throws:
WvcmException
Method Detail

getPropstatList

public java.util.List getPropstatList(boolean failedOnly)
                               throws WvcmException
Throws:
WvcmException


Copyright (c) 2003 - Apache Software Foundation