|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.5.0) E10653-06 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.jbo.client.svc.ServiceFactory
public class ServiceFactory
Constructor Summary | |
---|---|
ServiceFactory() |
Method Summary | |
---|---|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ServiceFactory()
Method Detail |
---|
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.ObjectFactory
public 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)
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.5.0) E10653-06 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |