Skip navigation links 
 
oracle.jbo.common.ws
Class WSProxy
java.lang.Object
  
oracle.jbo.common.ws.WSProxy
- All Implemented Interfaces:
 
- java.lang.reflect.InvocationHandler
 
- 
public class WSProxy
 
- extends java.lang.Object
 
- implements java.lang.reflect.InvocationHandler
 
 
| Constructor Summary | 
protected | 
WSProxy(Exportable exportable, java.lang.Class baseType, java.lang.Class exportedType) 
            | 
  
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
 
WSProxy
protected WSProxy(Exportable exportable,
                  java.lang.Class baseType,
                  java.lang.Class exportedType)
invoke
public java.lang.Object invoke(java.lang.Object proxy,
                               java.lang.reflect.Method method,
                               java.lang.Object[] args)
                        throws java.lang.Throwable
- 
- Specified by:
 
invoke in interface java.lang.reflect.InvocationHandler 
 
- 
- Throws:
 
java.lang.Throwable 
 
proxyHashCode
protected java.lang.Integer proxyHashCode(java.lang.Object proxy)
proxyEquals
protected java.lang.Boolean proxyEquals(java.lang.Object proxy,
                                        java.lang.Object other)
proxyToString
protected java.lang.String proxyToString(java.lang.Object proxy)
invokeMethod
protected java.lang.Object invokeMethod(java.lang.Object target,
                                        java.lang.reflect.Method method,
                                        java.lang.Object[] args)
                                 throws java.lang.Throwable
- 
- Throws:
 
java.lang.Throwable 
 
getWSViewObject
public WSViewObjectImpl getWSViewObject()
getInternalRowSetIter
public RowSetIterator getInternalRowSetIter()
- Internal: Applications should not use this method.
 
getInternalStructureDef
public StructureDef getInternalStructureDef()
- Internal: Applications should not use this method.
 
Skip navigation links 
 
Copyright © 1997, 2015, Oracle. All rights reserved.