com.sun.xml.ws.db.sdo.SDODatabindingSchemaResolver Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sdo-eclipselink-plugin Show documentation
Show all versions of sdo-eclipselink-plugin Show documentation
Pluggable databinding module employing Eclipselink SDO
package com.sun.xml.ws.db.sdo;
import org.eclipse.persistence.sdo.helper.DefaultSchemaResolver;
import org.xml.sax.EntityResolver;
import org.xml.sax.InputSource;
import javax.xml.transform.Source;
import javax.xml.transform.sax.SAXSource;
import javax.xml.transform.stream.StreamSource;
import java.io.IOException;
import java.io.InputStream;
import java.net.URI;
import java.net.URL;
import java.util.List;
/**
* Created by IntelliJ IDEA.
* User: giglee
* Date: May 13, 2009
* Time: 1:15:36 PM
* To change this template use File | Settings | File Templates.
*/
public class SDODatabindingSchemaResolver extends DefaultSchemaResolver {
public static final String CLASSPATH_SCHEME = "classpath";
private List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy