Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1.9.0)

E52932-01


oracle.jbo.client.svc
Class SOAPProxy

java.lang.Object
  extended by oracle.jbo.client.svc.SOAPProxy


public class SOAPProxy
extends java.lang.Object

Constructor Summary
SOAPProxy(java.lang.String connectionName, java.lang.Class interfaceClass)
           
SOAPProxy(java.lang.String connectionName, java.lang.Class interfaceClass, org.eclipse.persistence.sdo.helper.SDOHelperContext sdoHelperContext)
           

 

Method Summary
static java.lang.Object getServiceProxy(java.lang.String serviceConnectionName, java.lang.Class interfaceClass)
           
static java.lang.Object getServiceProxy(java.lang.String serviceConnectionName, java.lang.Class interfaceClass, org.eclipse.persistence.sdo.helper.SDOHelperContext sdoHelperContext)
           
protected  java.lang.Object invoke(java.lang.String operation, java.lang.Class[] parameterTypes, java.lang.Object[] args)
           

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

SOAPProxy

public SOAPProxy(java.lang.String connectionName,
                 java.lang.Class interfaceClass)

SOAPProxy

public SOAPProxy(java.lang.String connectionName,
                 java.lang.Class interfaceClass,
                 org.eclipse.persistence.sdo.helper.SDOHelperContext sdoHelperContext)

Method Detail

invoke

protected java.lang.Object invoke(java.lang.String operation,
                                  java.lang.Class[] parameterTypes,
                                  java.lang.Object[] args)
                           throws ServiceException
Throws:
ServiceException

getServiceProxy

public static java.lang.Object getServiceProxy(java.lang.String serviceConnectionName,
                                               java.lang.Class interfaceClass)

getServiceProxy

public static java.lang.Object getServiceProxy(java.lang.String serviceConnectionName,
                                               java.lang.Class interfaceClass,
                                               org.eclipse.persistence.sdo.helper.SDOHelperContext sdoHelperContext)

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1.9.0)

E52932-01


Copyright © 1997, 2015, Oracle. All rights reserved.