Uses of Class
org.apache.wink.webdav.model.Propertyupdate

Packages that use Propertyupdate
org.apache.wink.webdav.model Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. 
 

Uses of Propertyupdate in org.apache.wink.webdav.model
 

Methods in org.apache.wink.webdav.model that return Propertyupdate
 Propertyupdate ObjectFactory.createPropertyupdate()
          Create an instance of Propertyupdate
static Propertyupdate Propertyupdate.unmarshal(java.io.InputStream is)
          Unmarshal a Propertyupdate object from the provided input stream
static Propertyupdate Propertyupdate.unmarshal(java.io.Reader reader)
          Unmarshal a Propertyupdate object from the provided reader
 

Methods in org.apache.wink.webdav.model with parameters of type Propertyupdate
static void Propertyupdate.marshal(Propertyupdate instance, java.io.OutputStream os)
          Marshal a Propertyupdate object to the provided output stream
static void Propertyupdate.marshal(Propertyupdate instance, java.io.Writer writer)
          Marshal a Propfind object to the provided writer
 



Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.