|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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(java.io.InputStream is)
Unmarshal a Multistatus object from the provided input stream |
static Multistatus |
Multistatus.unmarshal(java.io.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,
java.io.OutputStream os)
Marshal a Multistatus object to the provided output stream |
static void |
Multistatus.marshal(Multistatus instance,
java.io.Writer writer)
Marshal a Multistatus object to the provided writer |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |