public class ServiceFactory
extends java.lang.Object
implements javax.naming.spi.ObjectFactory
| Constructor and Description | 
|---|
| ServiceFactory() | 
| Modifier and Type | Method and Description | 
|---|---|
| Service | createService(java.lang.String svcInfName,
             java.lang.String jndiName,
             java.lang.String schemaLocation,
             java.lang.String schemaName) | 
| static commonj.sdo.helper.CopyHelper | getCopyHelper(java.lang.Object serviceProxy)get CopyHelper with local sdo helper context | 
| static commonj.sdo.helper.DataFactory | getDataFactory(java.lang.Object serviceProxy)get DataFactory with local sdo helper context | 
| static commonj.sdo.helper.DataHelper | getDataHelper(java.lang.Object serviceProxy)get DataHelper with local sdo helper context | 
| static commonj.sdo.helper.EqualityHelper | getEqualityHelper(java.lang.Object serviceProxy)get EqualityHelper with local sdo helper context | 
| static commonj.sdo.helper.HelperContext | getHelperContext(java.lang.Object serviceProxy)get  local sdo helper context | 
| java.lang.Object | getObjectInstance(java.lang.Object obj,
                 javax.naming.Name name,
                 javax.naming.Context nameCtx,
                 java.util.Hashtable<?,?> environment) | 
| static java.lang.Throwable | getRootException(java.lang.Throwable exp) | 
| static java.lang.Object | getServiceProxy(java.lang.String serviceName) | 
| static commonj.sdo.helper.TypeHelper | getTypeHelper(java.lang.Object serviceProxy)get TypeHelper with local sdo helper context | 
| static commonj.sdo.helper.XMLHelper | getXMLHelper(java.lang.Object serviceProxy)get XMLHelper with local sdo helper context | 
| static commonj.sdo.helper.XSDHelper | getXSDHelper(java.lang.Object serviceProxy)get XSDHelper with local sdo helper context | 
public java.lang.Object getObjectInstance(java.lang.Object obj,
                                 javax.naming.Name name,
                                 javax.naming.Context nameCtx,
                                 java.util.Hashtable<?,?> environment)
getObjectInstance in interface javax.naming.spi.ObjectFactorypublic static java.lang.Throwable getRootException(java.lang.Throwable exp)
public static java.lang.Object getServiceProxy(java.lang.String serviceName)
public static commonj.sdo.helper.HelperContext getHelperContext(java.lang.Object serviceProxy)
serviceProxy - the proxy class obtained from SeviceFactory.getServiceProxy()public static commonj.sdo.helper.DataFactory getDataFactory(java.lang.Object serviceProxy)
serviceProxy - the proxy class obtained from SeviceFactory.getServiceProxy()public static commonj.sdo.helper.XMLHelper getXMLHelper(java.lang.Object serviceProxy)
serviceProxy - the proxy class obtained from SeviceFactory.getServiceProxy()public static commonj.sdo.helper.TypeHelper getTypeHelper(java.lang.Object serviceProxy)
serviceProxy - the proxy class obtained from SeviceFactory.getServiceProxy()public static commonj.sdo.helper.DataHelper getDataHelper(java.lang.Object serviceProxy)
serviceProxy - the proxy class obtained from SeviceFactory.getServiceProxy()public static commonj.sdo.helper.CopyHelper getCopyHelper(java.lang.Object serviceProxy)
serviceProxy - the proxy class obtained from SeviceFactory.getServiceProxy()public static commonj.sdo.helper.XSDHelper getXSDHelper(java.lang.Object serviceProxy)
serviceProxy - the proxy class obtained from SeviceFactory.getServiceProxy()public static commonj.sdo.helper.EqualityHelper getEqualityHelper(java.lang.Object serviceProxy)
serviceProxy - the proxy class obtained from SeviceFactory.getServiceProxy()public Service createService(java.lang.String svcInfName, java.lang.String jndiName, java.lang.String schemaLocation, java.lang.String schemaName)