public interface OembedParser
| Modifier and Type | Method and Description |
|---|---|
String |
marshal(OembedResponse oembedResponse)
Marhsals the given OembedResponse to a string
|
void |
marshal(OembedResponse oembedResponse,
OutputStream outputStream) |
OembedResponse |
unmarshal(InputStream httpResponse)
Unmarshals an OembedResponse from the given inputstream
|
OembedResponse unmarshal(InputStream httpResponse) throws OembedException
httpResponse - OembedExceptionString marshal(OembedResponse oembedResponse) throws OembedException
oembedResponse - OembedExceptionvoid marshal(OembedResponse oembedResponse, OutputStream outputStream) throws OembedException
OembedExceptionCopyright © 2010-2014 michael-simons.eu. All Rights Reserved.