|
|
|
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.torweg.pulse.webdav.util.AbstractResponseElement
public abstract class AbstractResponseElement
abstract base class for response elements, creating a very basic XML <d:response><d:href>/uri</d:href></d:response>.
| Constructor Summary | |
|---|---|
AbstractResponseElement()
|
|
| Method Summary | |
|---|---|
abstract java.net.URI |
getHref()
returns the href the reponse element is for. |
org.jdom.Element |
getXML()
returns a most basic <d:response /> element with <d:href
/> set (can be used by subclasses to create an initial response
element). |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractResponseElement()
| Method Detail |
|---|
public abstract java.net.URI getHref()
getHref in interface IMultiStatusElementpublic org.jdom.Element getXML()
<d:response /> element with <d:href
/> set (can be used by subclasses to create an initial response
element).
getXML in interface IMultiStatusElementIMultiStatusElement.getXML()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||