org.abstracthorizon.danube.webdav.spring.properties
Class Source

java.lang.Object
  extended by org.abstracthorizon.danube.webdav.xml.dav.request.AbstractSimpleXMLHandler
      extended by org.abstracthorizon.danube.webdav.xml.dav.request.properties.RequestProperty
          extended by org.abstracthorizon.danube.webdav.xml.dav.request.properties.Source
              extended by org.abstracthorizon.danube.webdav.spring.properties.Source
All Implemented Interfaces:
XMLParserHandler

public class Source
extends Source

This implementation does nothing

Author:
Daniel Sendula

Field Summary
 
Fields inherited from class org.abstracthorizon.danube.webdav.xml.dav.request.properties.RequestProperty
CONSTRUCTOR_ARGUMENTS_CLASSES, logger, packageName
 
Fields inherited from class org.abstracthorizon.danube.webdav.xml.dav.request.AbstractSimpleXMLHandler
parent
 
Constructor Summary
Source(XMLParserHandler parent)
          Constructor
 
Method Summary
 ResponseProperty processResponse(ResourceAdapter adapter, Object resource)
          Returns Source with Status.OK value.
 
Methods inherited from class org.abstracthorizon.danube.webdav.xml.dav.request.properties.Source
end, toString
 
Methods inherited from class org.abstracthorizon.danube.webdav.xml.dav.request.properties.RequestProperty
constructResponse, processRemoveProperty, processSetProperty
 
Methods inherited from class org.abstracthorizon.danube.webdav.xml.dav.request.AbstractSimpleXMLHandler
start
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Source

public Source(XMLParserHandler parent)
Constructor

Parameters:
parent - parser handler
Method Detail

processResponse

public ResponseProperty processResponse(ResourceAdapter adapter,
                                        Object resource)
Returns Source with Status.OK value.

Overrides:
processResponse in class RequestProperty
Parameters:
adapter - adapter
resource - a file
Returns:
request property


Copyright © 2005-2009 Abstract Horizon. All Rights Reserved.