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

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

public class NoProptatMultistatusResponse
extends java.lang.Object

Handler for multistatus response bodies with no DAV:propstat.

Version:
$Revision: 1.1.1.1.2.3 $

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

Constructor Detail

NoProptatMultistatusResponse

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

Throws:
WvcmException
Method Detail

getResourceStatusList

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


Copyright (c) 2003 - Apache Software Foundation