public class WSProxy
extends java.lang.Object
implements java.lang.reflect.InvocationHandler
| Modifier | Constructor and Description |
|---|---|
protected |
WSProxy(Exportable exportable,
java.lang.Class baseType,
java.lang.Class exportedType) |
| Modifier and Type | Method and Description |
|---|---|
RowSetIterator |
getInternalRowSetIter()
Internal: Applications should not use this method.
|
StructureDef |
getInternalStructureDef()
Internal: Applications should not use this method.
|
WSViewObjectImpl |
getWSViewObject() |
java.lang.Object |
invoke(java.lang.Object proxy,
java.lang.reflect.Method method,
java.lang.Object[] args) |
protected java.lang.Object |
invokeMethod(java.lang.Object target,
java.lang.reflect.Method method,
java.lang.Object[] args) |
protected java.lang.Boolean |
proxyEquals(java.lang.Object proxy,
java.lang.Object other) |
protected java.lang.Integer |
proxyHashCode(java.lang.Object proxy) |
protected java.lang.String |
proxyToString(java.lang.Object proxy) |
protected WSProxy(Exportable exportable, java.lang.Class baseType, java.lang.Class exportedType)
public java.lang.Object invoke(java.lang.Object proxy,
java.lang.reflect.Method method,
java.lang.Object[] args)
throws java.lang.Throwable
invoke in interface java.lang.reflect.InvocationHandlerjava.lang.Throwableprotected java.lang.Integer proxyHashCode(java.lang.Object proxy)
protected java.lang.Boolean proxyEquals(java.lang.Object proxy,
java.lang.Object other)
protected java.lang.String proxyToString(java.lang.Object proxy)
protected java.lang.Object invokeMethod(java.lang.Object target,
java.lang.reflect.Method method,
java.lang.Object[] args)
throws java.lang.Throwable
java.lang.Throwablepublic WSViewObjectImpl getWSViewObject()
public RowSetIterator getInternalRowSetIter()
public StructureDef getInternalStructureDef()