org.apache.wvcm.store.webdav.response
Class AbstractResponse
java.lang.Object
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 $
Constructor Summary |
AbstractResponse(Resource resource,
java.io.InputStream respBodyAsStream)
Create handler from given input stream. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
dnsp
protected static org.jdom.Namespace dnsp
respBodyDoc
protected org.jdom.Document respBodyDoc
requestResource
protected Resource requestResource
provider
protected Provider provider
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