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

java.lang.Object
  extended by org.apache.wvcm.store.webdav.response.AbstractResponse
Direct Known Subclasses:
LockResponse, MultistatusResponse

public class AbstractResponse
extends java.lang.Object

Abstract handler for response bodies.

Version:
$Revision: 1.1.1.1.2.2 $

Field Summary
protected static org.jdom.Namespace dnsp
           
protected  Provider provider
           
protected  Resource requestResource
           
protected  org.jdom.Document respBodyDoc
           
 
Constructor Summary
AbstractResponse(Resource resource, java.io.InputStream respBodyAsStream)
          Create handler from given input stream.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dnsp

protected static org.jdom.Namespace dnsp

respBodyDoc

protected org.jdom.Document respBodyDoc

requestResource

protected Resource requestResource

provider

protected Provider provider
Constructor Detail

AbstractResponse

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

Throws:
WvcmException


Copyright (c) 2003 - Apache Software Foundation