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

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

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

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

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



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