| Modifier and Type | Method and Description |
|---|---|
String |
OembedXmlParser.marshal(OembedResponse oembedResponse) |
String |
OembedParser.marshal(OembedResponse oembedResponse)
Marhsals the given OembedResponse to a string
|
String |
OembedJsonParser.marshal(OembedResponse oembedResponse) |
void |
OembedXmlParser.marshal(OembedResponse oembedResponse,
OutputStream outputStream) |
void |
OembedParser.marshal(OembedResponse oembedResponse,
OutputStream outputStream) |
void |
OembedJsonParser.marshal(OembedResponse oembedResponse,
OutputStream outputStream) |
OembedResponse |
Oembed.transformUrl(String url)
Transforms the given URL into an OembedResponse.
|
OembedResponse |
OembedXmlParser.unmarshal(InputStream httpResponse) |
OembedResponse |
OembedParser.unmarshal(InputStream httpResponse)
Unmarshals an OembedResponse from the given inputstream
|
OembedResponse |
OembedJsonParser.unmarshal(InputStream httpResponse) |
Copyright © 2010-2014 michael-simons.eu. All Rights Reserved.