com.sun.xml.ws.db.sdo.HelperContextResolver 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 java.util.Map;
import javax.xml.namespace.QName;
import commonj.sdo.helper.HelperContext;
public interface HelperContextResolver {
HelperContext getHelperContext(boolean isClient, QName serviceName,
Map properties);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy