public interface OembedParser
| Modifier and Type | Method and Description |
|---|---|
void |
marshal(OembedResponse oembedResponse,
OutputStream out)
|
OembedResponse |
unmarshal(InputStream in)
Unmarshals an
OembedResponse from the given inputstream |
OembedResponse unmarshal(InputStream in)
OembedResponse from the given inputstreamin - The inputstream to unmarshalvoid marshal(OembedResponse oembedResponse, OutputStream out)
oembedResponse - The oembed response that should be written to the streamout - The outputstream to write toCopyright © 2010–2016 michael-simons.eu. All rights reserved.