
org.wiztools.oembed.OEmbedExecutor Maven / Gradle / Ivy
The newest version!
package org.wiztools.oembed;
import java.io.IOException;
import java.net.MalformedURLException;
import java.net.URL;
/**
* The executor interface.
* @author subhash
*/
public interface OEmbedExecutor {
OEmbedResponse get(URL url) throws IOException, MalformedURLException, OEmbedException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy